Skip to content
Snippets Groups Projects
Commit 555cfb30 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed zlib suport.

parent c0d1d692
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment