diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-11-13 07:56:31 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-11-13 07:56:31 +0100 |
commit | a70863499e5e9e6560477b8f4a0a594d6e62650e (patch) | |
tree | 21118705bf1d412ed9aea0b51daf25f98b4fabad /makefile.w32 | |
parent | 66b71713c2a60e6f6ccc55245b067dad34fd6154 (diff) |
+ Support for SQP and MPK archives
+ Makefiles fixed
Diffstat (limited to 'makefile.w32')
-rw-r--r-- | makefile.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.w32 b/makefile.w32 index 8826ccd..2e3b743 100644 --- a/makefile.w32 +++ b/makefile.w32 @@ -235,7 +235,7 @@ OBJS_C = src/bzip2/blocksort.o \ src/pklib/explode.o \ src/pklib/implode.o \ src/zlib/adler32.o \ - src/zlib/compress2.o \ + src/zlib/compress.o \ src/zlib/crc32.o \ src/zlib/deflate.o \ src/zlib/inffast.o \ |