From: Nathan Moinvaziri Date: Tue, 16 Jun 2020 17:36:32 +0000 (-0700) Subject: Fixed deflate_quick missing from Win32 ARM makefile. X-Git-Tag: 1.9.9-b1~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba72bc93cfba4e53fe57d3c0c8c7466f489e118b;p=thirdparty%2Fzlib-ng.git Fixed deflate_quick missing from Win32 ARM makefile. --- diff --git a/win32/Makefile.arm b/win32/Makefile.arm index 9963bd276..9c9d4ffb5 100644 --- a/win32/Makefile.arm +++ b/win32/Makefile.arm @@ -46,6 +46,7 @@ OBJS = \ deflate.obj \ deflate_fast.obj \ deflate_slow.obj \ + deflate_quick.obj \ deflate_medium.obj \ functable.obj \ infback.obj \