!MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes\r
!MESSAGE GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)\r
!MESSAGE DEBUG=<yes or no> - Debug builds\r
+!MESSAGE MACHINE=<X86 or X64> - Target architecture (default x86)
!ERROR please choose a valid mode\r
\r
!ENDIF\r
\r
!IF "$(WITH_ZLIB)"=="dll"\r
ZLIB_LIBS = zlib.lib\r
-ZLIB_CFLAGS = /DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ\r
USE_ZLIB = true\r
ZLIB = dll\r
!ELSEIF "$(WITH_ZLIB)"=="static"\r
ZLIB_LIBS = zlib_a.lib\r
-ZLIB_CFLAGS = /DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ\r
USE_ZLIB = true\r
ZLIB = static\r
!ENDIF\r