From: Nathan Moinvaziri Date: Sat, 2 May 2020 17:14:36 +0000 (-0700) Subject: Removed old references to fill_window in NMake ARM makefiles. X-Git-Tag: 1.9.9-b1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d5604d30431ed78c474e3d93a2954ce8a32082;p=thirdparty%2Fzlib-ng.git Removed old references to fill_window in NMake ARM makefiles. --- diff --git a/win32/Makefile.a64 b/win32/Makefile.a64 index 6821098c..d9479094 100644 --- a/win32/Makefile.a64 +++ b/win32/Makefile.a64 @@ -52,7 +52,6 @@ OBJS = \ trees.obj \ uncompr.obj \ zutil.obj \ - fill_window_arm.obj !if "$(WITH_GZFILEOP)" != "" WFLAGS = $(WFLAGS) -DWITH_GZFILEOP diff --git a/win32/Makefile.arm b/win32/Makefile.arm index f1b95caa..26522346 100644 --- a/win32/Makefile.arm +++ b/win32/Makefile.arm @@ -55,7 +55,6 @@ OBJS = \ trees.obj \ uncompr.obj \ zutil.obj \ - fill_window_arm.obj !if "$(WITH_GZFILEOP)" != "" WFLAGS = $(WFLAGS) -DWITH_GZFILEOP