Commit 9d01d9f2 authored by valenok's avatar valenok

win32: stdcall by default.

parent 3d43451b
......@@ -55,10 +55,10 @@ VC= z:
CYA= y:
#DBG= /Zi /DDEBUG /Od
DBG= /DNDEBUG /O1
CL= cl /MD /TC /nologo $(DBG) /Gz /W3 # /DNO_SSL_DL
GUILIB= advapi32.lib user32.lib shell32.lib
CL= cl /MD /TC /nologo $(DBG) /Gz /W3 /DNO_SSL_DL
GUILIB= user32.lib shell32.lib
LINK= /link /incremental:no /libpath:$(VC)\lib /subsystem:windows \
ws2_32.lib # cyassl.lib crypt32.lib
ws2_32.lib advapi32.lib cyassl.lib
CYAFL= /c /I $(CYA)\ctaocrypt\include /I $(CYA)\include /D_LIB
......
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