From: Nathan Moinvaziri Date: Sun, 24 May 2020 16:02:26 +0000 (-0700) Subject: Fixed missing compare258 object compilation in Win32 ARM makefiles. X-Git-Tag: 1.9.9-b1~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68d1fcdd53d031361b632a1ca789d46110a708c;p=thirdparty%2Fzlib-ng.git Fixed missing compare258 object compilation in Win32 ARM makefiles. --- diff --git a/win32/Makefile.a64 b/win32/Makefile.a64 index d9479094..aebfaafa 100644 --- a/win32/Makefile.a64 +++ b/win32/Makefile.a64 @@ -36,6 +36,7 @@ SUFFIX = OBJS = \ adler32.obj \ armfeature.obj \ + compare258.obj \ compress.obj \ crc32.obj \ deflate.obj \ diff --git a/win32/Makefile.arm b/win32/Makefile.arm index 26522346..9963bd27 100644 --- a/win32/Makefile.arm +++ b/win32/Makefile.arm @@ -40,6 +40,7 @@ SUFFIX = OBJS = \ adler32.obj \ armfeature.obj \ + compare258.obj \ compress.obj \ crc32.obj \ deflate.obj \