(Makefile.win) Use bundled zlib library by default

This commit is contained in:
Higor Eurípedes 2014-10-27 16:54:06 -02:00
parent 659ec610ed
commit f5a78cb5d1

View File

@ -33,6 +33,7 @@ HAVE_FFMPEG := 0
HAVE_CG := 1
HAVE_LIBXML2 := 0
HAVE_ZLIB := 1
WANT_MINIZ := 1
ifeq ($(HAVE_CG), 1)
CG_LIBS := -lcg -lcgGL