mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Using stdcall for mongoose.dll
This commit is contained in:
parent
98214ce1a4
commit
24e0950ca2
@ -84,7 +84,7 @@ $(PROG)-tiny.exe: $(TINY_SOURCES)
|
||||
$(CL) $(TINY_SOURCES) /link $(LINK_FLAGS) res.res /out:$@
|
||||
|
||||
$(PROG).dll: $(TINY_SOURCES) Makefile
|
||||
$(CL) ../mongoose.c /GD /Gd /link $(LINK_FLAGS) /DLL /DEF:dll.def /out:$@
|
||||
$(CL) ../mongoose.c /Gz /link $(LINK_FLAGS) /DLL /DEF:dll.def /out:$@
|
||||
|
||||
# This is broken now due to SSL exclusion
|
||||
windows_unit_test.exe: $(LUA_SOURCES) Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user