]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Enable WITH_GZFILEOP by default in nmake Makefiles.
authorMika Lindqvist <postmaster@raasu.org>
Sat, 12 Sep 2020 15:22:36 +0000 (18:22 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 13 Sep 2020 10:57:30 +0000 (12:57 +0200)
win32/Makefile.a64
win32/Makefile.arm
win32/Makefile.msc

index e8a5a7b441547752fc2125c6d645509557ffbaf3..ff33d9f515f83261f6656124c3d77f65dcdac7a8 100644 (file)
@@ -37,7 +37,7 @@ RCFLAGS = /dARM64 /r
 DEFFILE = zlib.def
 RCFILE = zlib1.rc
 RESFILE = zlib1.res
-WITH_GZFILEOP =
+WITH_GZFILEOP = yes
 ZLIB_COMPAT =
 SUFFIX =
 
index 848fd62cd1e4918a27edaf71ffe8850795c6c4d2..45998e1eb9d62737bb32ac3f55f7e352f7aeeec9 100644 (file)
@@ -36,7 +36,7 @@ RCFLAGS = /dARM /r
 DEFFILE = zlib.def
 RCFILE = zlib1.rc
 RESFILE = zlib1.res
-WITH_GZFILEOP =
+WITH_GZFILEOP = yes
 ZLIB_COMPAT =
 WITH_ACLE =
 WITH_NEON =
index bf1c688186eea6d3a0b79bbc0494f69e69573c08..aaa5206e4845b5780130e6cadfc494262f7232f8 100644 (file)
@@ -43,7 +43,7 @@ RCFLAGS = /dWIN32 /r
 DEFFILE = zlib.def
 RCFILE = zlib1.rc
 RESFILE = zlib1.res
-WITH_GZFILEOP =
+WITH_GZFILEOP = yes
 ZLIB_COMPAT =
 SUFFIX =