X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=633f0bc9b912c8f4f5480392b588c0e414795a4c;hb=bee555aeac5dae1cd0567606eb6d42cd1ca0ddc4;hp=9201afb0f9f1794451d83c2d1066fcc14bf9bb63;hpb=f18d0e083ce89df07ef7a0c0cf5dc200638ad5d2;p=picodrive.git diff --git a/Makefile b/Makefile index 9201afb..633f0bc 100644 --- a/Makefile +++ b/Makefile @@ -152,10 +152,12 @@ else OBJS += platform/common/mp3_dummy.o endif +ifneq "$(DONT_COMPILE_IN_ZLIB)" "1" # zlib 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 +endif OBJS += unzip/unzip.o unzip/unzip_stream.o