Minor winbuild refactoring
authorSapien2 <malov.anton@gmail.com>
Thu, 25 Oct 2012 10:24:41 +0000 (14:24 +0400)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 1 Nov 2012 21:06:53 +0000 (22:06 +0100)
winbuild/Makefile.vc
winbuild/MakefileBuild.vc

index fcffc74..53d3e7f 100644 (file)
@@ -32,6 +32,7 @@ CFGSET=true
 !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
index 9ba6291..9cbd35f 100644 (file)
@@ -112,12 +112,10 @@ SSL_CFLAGS   = /DUSE_SSLEAY /I"$(DEVEL_INCLUDE)/openssl"
 \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