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
8ce6cf61
Commit
8ce6cf61
authored
Jan 27, 2013
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using relative path to yassl
parent
e63f7fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
Makefile
Makefile
+3
-4
No files found.
Makefile
View file @
8ce6cf61
...
...
@@ -40,8 +40,8 @@ LUA_OBJECTS = $(LUA_SOURCES:%.c=%.o)
# Set MSVC variable below to where VS 6.0 is installed on your system
# Run "PATH_TO_VC6\bin\nmake windows"
MSVC
=
e:/vc6
DBG
=
/Zi /Od
#
DBG = /DNDEBUG /O1
#
DBG = /Zi /Od
DBG
=
/DNDEBUG /O1
CL
=
$(MSVC)
/bin/cl /MD /TC /nologo
$(DBG)
/Gz /W3 /DNO_SSL_DL
\
/I
$(MSVC)
/include /I
$(LUA)
/I. /I
$(YASSL)
/I
$(YASSL)
/cyassl /GA
MSLIB
=
/link /incremental:no /libpath:
$(MSVC)
/lib /machine:IX86
\
...
...
@@ -49,8 +49,7 @@ MSLIB = /link /incremental:no /libpath:$(MSVC)/lib /machine:IX86 \
cyassl.lib lua.lib
# Stock windows binary builds with Lua and YASSL library.
YASSL
=
e:/cyassl-2.4.6
#YASSL = ~/stuff/cyassl-2.4.6
YASSL
=
../cyassl-2.4.6
YASSL_FLAGS
=
-I
$(YASSL)
-I
$(YASSL)
/cyassl
\
-D
_LIB
-D
OPENSSL_EXTRA
-D
HAVE_ERRNO_H
\
-D
HAVE_GETHOSTBYNAME
-D
HAVE_INET_NTOA
-D
HAVE_LIMITS_H
\
...
...
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