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
9d01d9f2
Commit
9d01d9f2
authored
Sep 10, 2010
by
valenok
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32: stdcall by default.
parent
3d43451b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
9d01d9f2
...
@@ -55,10 +55,10 @@ VC= z:
...
@@ -55,10 +55,10 @@ VC= z:
CYA
=
y:
CYA
=
y:
#DBG= /Zi /DDEBUG /Od
#DBG= /Zi /DDEBUG /Od
DBG
=
/DNDEBUG /O1
DBG
=
/DNDEBUG /O1
CL
=
cl /MD /TC /nologo
$(DBG)
/Gz /W3
#
/DNO_SSL_DL
CL
=
cl /MD /TC /nologo
$(DBG)
/Gz /W3 /DNO_SSL_DL
GUILIB
=
advapi32.lib
user32.lib shell32.lib
GUILIB
=
user32.lib shell32.lib
LINK
=
/link /incremental:no /libpath:
$(VC)
\l
ib /subsystem:windows
\
LINK
=
/link /incremental:no /libpath:
$(VC)
\l
ib /subsystem:windows
\
ws2_32.lib
# cyassl.lib crypt32.lib
ws2_32.lib
advapi32.lib cyassl.lib
CYAFL
=
/c /I
$(CYA)
\c
taocrypt
\i
nclude /I
$(CYA)
\i
nclude /D_LIB
CYAFL
=
/c /I
$(CYA)
\c
taocrypt
\i
nclude /I
$(CYA)
\i
nclude /D_LIB
...
...
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