Added missing ZLIB object files also to windows makefile

This commit is contained in:
Timo Strunk 2014-09-10 10:48:45 +02:00
parent 1f3a14750b
commit 8074679c62

View File

@ -213,7 +213,10 @@ ifeq ($(HAVE_RSOUND), 1)
endif
ifeq ($(HAVE_ZLIB), 1)
ZLIB_OBJS = deps/rzlib/unzip.o \
deps/rzlib/ioapi.o
OBJ += gfx/rpng/rpng.o file_extract.o decompress/zip_support.o
OBJ += $(ZLIB_OBJS)
DEFINES += -DHAVE_ZLIB
HAVE_COMPRESSION = 1
ifeq ($(WANT_MINIZ), 1)