summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.a641
-rw-r--r--win32/Makefile.arm1
2 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.a64 b/win32/Makefile.a64
index d947909..aebfaaf 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 2652234..9963bd2 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 \