Commit 7291b6d7 authored by valenok's avatar valenok

added res.rc to win32 compilation

parent 8853d320
......@@ -92,8 +92,10 @@ cyassl:
lib *.obj /out:cyassl.lib
windows:
rc win32\res.rc
$(CL) main.c mongoose.c /GA $(LINK) win32\res.res \
$(GUILIB) /out:$(PROG).exe
$(CL) mongoose.c /GD $(LINK) /DLL /DEF:win32\dll.def /out:_$(PROG).dll
$(CL) main.c mongoose.c /GA $(LINK) $(GUILIB) /out:$(PROG).exe
# Build for Windows under MinGW
#MINGWDBG= -DDEBUG -O0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment