diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2020-06-16 10:36:32 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-06-24 11:42:44 +0200 |
commit | ba72bc93cfba4e53fe57d3c0c8c7466f489e118b (patch) | |
tree | 361489a413a4f46101c390ff7ffea32cec9793f5 /win32 | |
parent | bdaf12e103690e07fef1016e82c59b996b78dc47 (diff) |
Fixed deflate_quick missing from Win32 ARM makefile.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.arm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.arm b/win32/Makefile.arm index 9963bd2..9c9d4ff 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 \ |