mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
get rid of the silly unzip_stream
... and just use zlib's inflate. Needed for the next commit.
This commit is contained in:
parent
0270424fac
commit
b4c2331e79
4 changed files with 101 additions and 218 deletions
2
Makefile
2
Makefile
|
@ -168,7 +168,7 @@ endif
|
|||
OBJS += zlib/gzio.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o \
|
||||
zlib/deflate.o zlib/crc32.o zlib/adler32.o zlib/zutil.o zlib/compress.o zlib/uncompr.o
|
||||
# unzip
|
||||
OBJS += unzip/unzip.o unzip/unzip_stream.o
|
||||
OBJS += unzip/unzip.o
|
||||
|
||||
|
||||
include platform/common/common.mak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue