mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
No longer need these files now
This commit is contained in:
parent
7d7c29f0f8
commit
fd42722c78
@ -839,13 +839,9 @@ ifeq ($(WANT_ZLIB),1)
|
||||
deps/zlib/inftrees.o \
|
||||
deps/zlib/trees.o \
|
||||
deps/zlib/uncompr.o \
|
||||
deps/zlib/zutil.o \
|
||||
deps/zlib/ioapi.o \
|
||||
deps/zlib/unzip.o
|
||||
deps/zlib/zutil.o
|
||||
else
|
||||
ifeq ($(HAVE_ZLIB),1)
|
||||
ZLIB_OBJS = deps/zlib/unzip.o \
|
||||
deps/zlib/ioapi.o
|
||||
OBJ += $(ZLIB_OBJS)
|
||||
HAVE_ZLIB_DEFLATE = 1
|
||||
endif
|
||||
|
@ -880,12 +880,6 @@ DEPENDENCIES
|
||||
#include "../deps/zlib/zutil.c"
|
||||
#endif
|
||||
|
||||
/* Decompression support always requires the next two files */
|
||||
#if defined(WANT_ZLIB) || defined(HAVE_ZLIB)
|
||||
#include "../deps/zlib/ioapi.c"
|
||||
#include "../deps/zlib/unzip.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_7ZIP
|
||||
#include "../deps/7zip/7zIn.c"
|
||||
#include "../deps/7zip/7zAlloc.c"
|
||||
|
Loading…
Reference in New Issue
Block a user