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
0b942aaa
Commit
0b942aaa
authored
Sep 20, 2012
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor change for the win32 build
parent
364235e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
Makefile
Makefile
+12
-11
No files found.
Makefile
View file @
0b942aaa
...
...
@@ -57,18 +57,19 @@ solaris:
##########################################################################
# Using Visual Studio 6.0. To build Mongoose:
# o Set VC variable below to where VS 6.0 is installed on your system
# o Set
MS
VC variable below to where VS 6.0 is installed on your system
# o Run "PATH_TO_VC6\bin\nmake windows"
VC
=
z:
CYA
=
y:
MSVC
=
e:/vc6
CYA
=
e:/cyassl-2.0.0rc2
#DBG = /Zi /DDEBUG /Od
DBG
=
/DNDEBUG /O1
CL
=
cl /MD /TC /nologo
$(DBG)
/Gz /W3 /DNO_SSL_DL
CL
=
$(MSVC)
/bin/cl /MD /TC /nologo
$(DBG)
/Gz /W3 /DNO_SSL_DL
\
/I
$(MSVC)
/include
GUILIB
=
user32.lib shell32.lib
LINK
=
/link /incremental:no /libpath:
$(
VC)
\l
ib /subsystem:windows
\
ws2_32.lib advapi32.lib cyassl.lib
CYAFL
=
/c /I
$(CYA)
/include
-I
$(CYA)
/include/openssl
\
LINK
=
/link /incremental:no /libpath:
$(
MSVC)
/lib
\
/subsystem:windows
ws2_32.lib advapi32.lib cyassl.lib
CYAFL
=
/c /I
$(CYA)
/include
-I
$(CYA)
/include/openssl
/I
$(MSVC)
/INCLUDE
\
/I
$(CYA)
/ctaocrypt/include /D _LIB /D OPENSSL_EXTRA
CYASRC
=
\
...
...
@@ -103,12 +104,12 @@ CYASRC= \
$(CYA)
/ctaocrypt/src/sha512.c
\
$(CYA)
/ctaocrypt/src/tfm.c
cyassl
:
cyassl
.lib
:
$(CL)
$(CYASRC)
$(CYAFL)
$(DEF)
lib
*
.obj /out:cyassl.lib
$(MSVC)
/bin/lib
*
.obj /out:
$@
windows
:
rc win32
\r
es.rc
windows
:
cyassl.lib
$(MSVC)
/bin/
rc win32
\r
es.rc
$(CL)
/I win32 main.c mongoose.c /GA
$(LINK)
win32
\r
es.res
\
$(GUILIB)
/out:
$(PROG)
.exe
$(CL)
mongoose.c /GD
$(LINK)
/DLL /DEF:win32
\d
ll.def /out:_
$(PROG)
.dll
...
...
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