Loading winbuild/Makefile.vc +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ CFGSET=true !MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes !MESSAGE GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build) !MESSAGE DEBUG=<yes or no> - Debug builds !MESSAGE MACHINE=<X86 or X64> - Target architecture (default x86) !ERROR please choose a valid mode !ENDIF Loading winbuild/MakefileBuild.vc +0 −2 Original line number Diff line number Diff line Loading @@ -112,12 +112,10 @@ SSL_CFLAGS = /DUSE_SSLEAY /I"$(DEVEL_INCLUDE)/openssl" !IF "$(WITH_ZLIB)"=="dll" ZLIB_LIBS = zlib.lib ZLIB_CFLAGS = /DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ USE_ZLIB = true ZLIB = dll !ELSEIF "$(WITH_ZLIB)"=="static" ZLIB_LIBS = zlib_a.lib ZLIB_CFLAGS = /DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ USE_ZLIB = true ZLIB = static !ENDIF Loading Loading
winbuild/Makefile.vc +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ CFGSET=true !MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes !MESSAGE GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build) !MESSAGE DEBUG=<yes or no> - Debug builds !MESSAGE MACHINE=<X86 or X64> - Target architecture (default x86) !ERROR please choose a valid mode !ENDIF Loading
winbuild/MakefileBuild.vc +0 −2 Original line number Diff line number Diff line Loading @@ -112,12 +112,10 @@ SSL_CFLAGS = /DUSE_SSLEAY /I"$(DEVEL_INCLUDE)/openssl" !IF "$(WITH_ZLIB)"=="dll" ZLIB_LIBS = zlib.lib ZLIB_CFLAGS = /DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ USE_ZLIB = true ZLIB = dll !ELSEIF "$(WITH_ZLIB)"=="static" ZLIB_LIBS = zlib_a.lib ZLIB_CFLAGS = /DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ USE_ZLIB = true ZLIB = static !ENDIF Loading