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
9f7a0de0
Commit
9f7a0de0
authored
Jul 21, 2011
by
valenok
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adopt to cyassl-2.0.0rc2
parent
9be67741
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
Makefile
Makefile
+15
-7
No files found.
Makefile
View file @
9f7a0de0
...
...
@@ -65,37 +65,45 @@ CL= cl /MD /TC /nologo $(DBG) /Gz /W3 /DNO_SSL_DL
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)
\c
taocrypt
\i
nclude /I
$(CYA)
\i
nclude /D_LIB
CYAFL
=
/c /I
$(CYA)
/include
-I
$(CYA)
/include/openssl
\
/I
$(CYA)
/ctaocrypt/include /D _LIB /D OPENSSL_EXTRA
CYASRC
=
$(CYA)
/src/cyassl_int.c
\
$(CYA)
/src/cyassl_io.c
\
$(CYA)
/src/keys.c
\
$(CYA)
/src/tls.c
\
$(CYA)
/src/ssl.c
\
$(CYA)
/ctaocrypt/src/aes.c
\
$(CYA)
/ctaocrypt/src/arc4.c
\
$(CYA)
/ctaocrypt/src/asn.c
\
$(CYA)
/ctaocrypt/src/coding.c
\
$(CYA)
/ctaocrypt/src/ctc_asm.c
\
$(CYA)
/ctaocrypt/src/ctc_misc.c
\
$(CYA)
/ctaocrypt/src/cyassl_memory.c
\
$(CYA)
/ctaocrypt/src/des3.c
\
$(CYA)
/ctaocrypt/src/dh.c
\
$(CYA)
/ctaocrypt/src/dsa.c
\
$(CYA)
/ctaocrypt/src/ecc.c
\
$(CYA)
/ctaocrypt/src/hc128.c
\
$(CYA)
/ctaocrypt/src/hmac.c
\
$(CYA)
/ctaocrypt/src/integer.c
\
$(CYA)
/ctaocrypt/src/md4.c
\
$(CYA)
/ctaocrypt/src/md5.c
\
$(CYA)
/ctaocrypt/src/
misc
.c
\
$(CYA)
/ctaocrypt/src/
pwdbased
.c
\
$(CYA)
/ctaocrypt/src/rabbit.c
\
$(CYA)
/ctaocrypt/src/random.c
\
$(CYA)
/ctaocrypt/src/ripemd.c
\
$(CYA)
/ctaocrypt/src/rsa.c
\
$(CYA)
/ctaocrypt/src/sha.c
\
$(CYA)
/ctaocrypt/src/sha256.c
$(CYA)
/ctaocrypt/src/sha256.c
\
$(CYA)
/ctaocrypt/src/sha512.c
\
$(CYA)
/ctaocrypt/src/tfm.c
cyassl
:
$(CL)
$(CYA)
/src/ssl.c
$(CYA)
/ctaocrypt/src/coding.c
\
$(CYAFL)
/DOPENSSL_EXTRA
$(CL)
$(CYASRC)
$(CYAFL)
$(CL)
$(CYASRC)
$(CYAFL)
$(DEF)
lib
*
.obj /out:cyassl.lib
# $(CL) $(CYA)/src/ssl.c $(CYA)/ctaocrypt/src/coding.c \
# $(CYAFL) $(DEF)
windows
:
rc win32
\r
es.rc
...
...
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