Commit 0cea7cb0 authored by valenok's avatar valenok

cleanup

parent 9f7a0de0
...@@ -68,7 +68,8 @@ LINK= /link /incremental:no /libpath:$(VC)\lib /subsystem:windows \ ...@@ -68,7 +68,8 @@ LINK= /link /incremental:no /libpath:$(VC)\lib /subsystem:windows \
CYAFL = /c /I $(CYA)/include -I $(CYA)/include/openssl \ CYAFL = /c /I $(CYA)/include -I $(CYA)/include/openssl \
/I $(CYA)/ctaocrypt/include /D _LIB /D OPENSSL_EXTRA /I $(CYA)/ctaocrypt/include /D _LIB /D OPENSSL_EXTRA
CYASRC= $(CYA)/src/cyassl_int.c \ CYASRC= \
$(CYA)/src/cyassl_int.c \
$(CYA)/src/cyassl_io.c \ $(CYA)/src/cyassl_io.c \
$(CYA)/src/keys.c \ $(CYA)/src/keys.c \
$(CYA)/src/tls.c \ $(CYA)/src/tls.c \
...@@ -102,8 +103,6 @@ CYASRC= $(CYA)/src/cyassl_int.c \ ...@@ -102,8 +103,6 @@ CYASRC= $(CYA)/src/cyassl_int.c \
cyassl: cyassl:
$(CL) $(CYASRC) $(CYAFL) $(DEF) $(CL) $(CYASRC) $(CYAFL) $(DEF)
lib *.obj /out:cyassl.lib lib *.obj /out:cyassl.lib
# $(CL) $(CYA)/src/ssl.c $(CYA)/ctaocrypt/src/coding.c \
# $(CYAFL) $(DEF)
windows: windows:
rc win32\res.rc rc win32\res.rc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment