1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

upgraded to zlib 1.2.1

This commit is contained in:
Igor Zlatkovic
2004-08-24 14:42:56 +00:00
parent 8ea667fdb3
commit 5b9d71462f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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