mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +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/inftrees.o \
|
||||||
deps/zlib/trees.o \
|
deps/zlib/trees.o \
|
||||||
deps/zlib/uncompr.o \
|
deps/zlib/uncompr.o \
|
||||||
deps/zlib/zutil.o \
|
deps/zlib/zutil.o
|
||||||
deps/zlib/ioapi.o \
|
|
||||||
deps/zlib/unzip.o
|
|
||||||
else
|
else
|
||||||
ifeq ($(HAVE_ZLIB),1)
|
ifeq ($(HAVE_ZLIB),1)
|
||||||
ZLIB_OBJS = deps/zlib/unzip.o \
|
|
||||||
deps/zlib/ioapi.o
|
|
||||||
OBJ += $(ZLIB_OBJS)
|
OBJ += $(ZLIB_OBJS)
|
||||||
HAVE_ZLIB_DEFLATE = 1
|
HAVE_ZLIB_DEFLATE = 1
|
||||||
endif
|
endif
|
||||||
|
@ -880,12 +880,6 @@ DEPENDENCIES
|
|||||||
#include "../deps/zlib/zutil.c"
|
#include "../deps/zlib/zutil.c"
|
||||||
#endif
|
#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
|
#ifdef HAVE_7ZIP
|
||||||
#include "../deps/7zip/7zIn.c"
|
#include "../deps/7zip/7zIn.c"
|
||||||
#include "../deps/7zip/7zAlloc.c"
|
#include "../deps/7zip/7zAlloc.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user