Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
7eed7eab
Commit
7eed7eab
authored
Sep 26, 2013
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added mongoose.dll target
parent
f0fb5c01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Makefile
build/Makefile
+4
-1
dll.def
build/dll.def
+4
-0
No files found.
build/Makefile
View file @
7eed7eab
...
...
@@ -39,7 +39,7 @@ LUA_SQLITE_FLAGS = $(SQLITE_FLAGS) $(LUA_FLAGS)
MSVC
=
../../vc6
#DBG = /Zi /Od
DBG
=
/DNDEBUG /O1
CL
=
$(MSVC)
/bin/cl /MD /TC /nologo
$(DBG)
/W3 /
GA /
I
$(MSVC)
/include /I..
CL
=
$(MSVC)
/bin/cl /MD /TC /nologo
$(DBG)
/W3 /I
$(MSVC)
/include /I..
LINK_FLAGS
=
/incremental:no /libpath:
$(MSVC)
/lib /machine:IX86
\
user32.lib shell32.lib comdlg32.lib ws2_32.lib advapi32.lib
LINK
=
$(MSVC)
/bin/link
$(LINK_FLAGS)
...
...
@@ -83,6 +83,9 @@ $(PROG)-tiny.exe: $(TINY_SOURCES)
$(MSVC)
/bin/rc res.rc
$(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:
$@
# This is broken now due to SSL exclusion
windows_unit_test.exe
:
$(LUA_SOURCES) Makefile
$(CL)
../test/unit_test.c lua_5.2.1.c
-DLUA_COMPAT_ALL
\
...
...
build/dll.def
View file @
7eed7eab
...
...
@@ -13,3 +13,7 @@ EXPORTS
mg_version
mg_modify_passwords_file
mg_md5
mg_upload
mg_download
mg_send_file
mg_get_builtin_mime_type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment