Windows build: /Gz - stdcall convention by default

This commit is contained in:
valenok 2010-09-07 21:07:55 +01:00
parent a030d2cfdb
commit 49065f2165

View File

@ -55,7 +55,7 @@ VC= z:
CYA= y:
#DBG= /Zi /DDEBUG /Od
DBG= /DNDEBUG /O1
CL= cl /MD /TC /nologo $(DBG) /W3 # /DNO_SSL_DL
CL= cl /MD /TC /nologo $(DBG) /Gz /W3 # /DNO_SSL_DL
LINK= /link /incremental:no /libpath:$(VC)\lib /subsystem:windows \
ws2_32.lib advapi32.lib user32.lib shell32.lib # cyassl.lib crypt32.lib