Commit 24e0950c authored by Sergey Lyubka's avatar Sergey Lyubka

Using stdcall for mongoose.dll

parent 98214ce1
...@@ -84,7 +84,7 @@ $(PROG)-tiny.exe: $(TINY_SOURCES) ...@@ -84,7 +84,7 @@ $(PROG)-tiny.exe: $(TINY_SOURCES)
$(CL) $(TINY_SOURCES) /link $(LINK_FLAGS) res.res /out:$@ $(CL) $(TINY_SOURCES) /link $(LINK_FLAGS) res.res /out:$@
$(PROG).dll: $(TINY_SOURCES) Makefile $(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 # This is broken now due to SSL exclusion
windows_unit_test.exe: $(LUA_SOURCES) Makefile windows_unit_test.exe: $(LUA_SOURCES) Makefile
......
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