diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 2 | ||||
-rw-r--r-- | src/Makefile.b32 | 2 | ||||
-rw-r--r-- | src/Makefile.m32 | 4 | ||||
-rw-r--r-- | src/Makefile.netware | 2 | ||||
-rw-r--r-- | src/Makefile.vc6 | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 761ceb515..6b3103a35 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -72,7 +72,7 @@ CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6 !ifdef %zlib_root ZLIB_ROOT = $(%zlib_root) !else -ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.7 +ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.8 !endif !ifdef %libssh2_root diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 4622868ab..092c35ad9 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -22,7 +22,7 @@ BCCDIR = $(MAKEDIR)\.. # Edit the path below to point to the base of your Zlib sources. !ifndef ZLIB_PATH -ZLIB_PATH = ..\..\zlib-1.2.7 +ZLIB_PATH = ..\..\zlib-1.2.8 !endif # Edit the path below to point to the base of your OpenSSL package. diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 3dd7bd6b8..b4b1b0b60 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -7,14 +7,14 @@ ## Example: mingw32-make -f Makefile.m32 CFG=-zlib-ssl-spi-winidn ## ## Hint: you can also set environment vars to control the build, f.e.: -## set ZLIB_PATH=c:/zlib-1.2.7 +## set ZLIB_PATH=c:/zlib-1.2.8 ## set ZLIB=1 # ########################################################################### # Edit the path below to point to the base of your Zlib sources. ifndef ZLIB_PATH -ZLIB_PATH = ../../zlib-1.2.7 +ZLIB_PATH = ../../zlib-1.2.8 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH diff --git a/src/Makefile.netware b/src/Makefile.netware index 2b252c908..0ecc753b0 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -14,7 +14,7 @@ endif # Edit the path below to point to the base of your Zlib sources. ifndef ZLIB_PATH -ZLIB_PATH = ../../zlib-1.2.7 +ZLIB_PATH = ../../zlib-1.2.8 endif # Edit the path below to point to the base of your OpenSSL package. diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 02665c9e2..ada265f24 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -60,7 +60,7 @@ OPENSSL_PATH = ../../openssl-0.9.8y !ENDIF
!IFNDEF ZLIB_PATH
-ZLIB_PATH = ../../zlib-1.2.7
+ZLIB_PATH = ../../zlib-1.2.8
!ENDIF
!IFNDEF MACHINE
|