_mongoose.dll -> mongoose.dll

This commit is contained in:
Sergey Lyubka 2012-09-22 13:15:05 +01:00
parent f935ef832b
commit e490b30c38

View File

@ -111,7 +111,7 @@ windows: cyassl.lib
$(MSVC)/bin/rc win32\res.rc
$(CL) /I win32 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) mongoose.c /GD $(LINK) /DLL /DEF:win32\dll.def /out:$(PROG).dll
# Build for Windows under MinGW
#MINGWDBG= -DDEBUG -O0 -ggdb