Browse Source

win32: stdcall by default.

valenok 15 years ago
parent
commit
9d01d9f21d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -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