From 5b9d71462f15c315cee033cbc02d97fd9cb90cc1 Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Tue, 24 Aug 2004 14:42:56 +0000 Subject: [PATCH] upgraded to zlib 1.2.1 --- win32/Makefile.mingw | 2 +- win32/Makefile.msvc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw index a0fb33c0..415620ce 100644 --- a/win32/Makefile.mingw +++ b/win32/Makefile.mingw @@ -79,7 +79,7 @@ ifeq ($(WITH_ICONV),1) LIBS += -liconv endif ifeq ($(WITH_ZLIB),1) -LIBS += -lzlib +LIBS += -lzdll endif ifeq ($(WITH_THREADS),posix) LIBS += -lpthreadGC diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc index 4ea28596..3ad0dadc 100644 --- a/win32/Makefile.msvc +++ b/win32/Makefile.msvc @@ -69,7 +69,7 @@ LIBS = $(LIBS) wsock32.lib LIBS = $(LIBS) iconv.lib !endif !if "$(WITH_ZLIB)" == "1" -LIBS = $(LIBS) zlib.lib +LIBS = $(LIBS) zdll.lib !endif !if "$(WITH_THREADS)" == "posix" LIBS = $(LIBS) pthreadVC.lib