Commit 555cfb30 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed zlib suport.

parent c0d1d692
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ LIBCURLLIB = $(TOPDIR)/lib/libcurl.lib
# If you build with SSL support, set WITH_SSL=1
DEFINES  = -DNDEBUG -DLIBCURL_BIGENDIAN=0 -DWIN32 -D_CONSOLE -D_MBCS
!ifdef WITH_ZLIB
DEFINES  = $(DEFINES) -DHAVE_LIBZ
DEFINES  = $(DEFINES) -DHAVE_LIBZ -DHAVE_ZLIB_H
INCDIRS  = $(INCDIRS);$(ZLIB_PATH)
LINKLIB  = $(LINKLIB) $(ZLIB_PATH)/zlib.lib
!endif