1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05:00

fixed zlib suport.

This commit is contained in:
Gunter Knauf 2004-07-15 21:54:10 +00:00
parent c0d1d6926c
commit 555cfb3059

View File

@ -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