aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-11-02 19:07:52 +0000
committerGerald Combs <gerald@wireshark.org>2004-11-02 19:07:52 +0000
commit5c665d64a7038e95b1b333669fbe7dbb220e9716 (patch)
treed4f04459218a3226e758cdd998df68357dc46a03 /Makefile.nmake
parent723832dbf0ac9d1743236c9cc972c3adfdf53f69 (diff)
Update the Windows build to zlib 1.2.2.
Have win32-setup.sh download from "2004-11-02" tag directory. svn path=/trunk/; revision=12474
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index e741cb3efd..81064689b5 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -435,7 +435,7 @@ setup: verify_tools
!ENDIF
!IFDEF ZLIB_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- zlib121-dll zlib121-dll.zip
+ zlib122-dll zlib122-dll.zip
!ENDIF
!IFDEF GTK2_DIR
!IF "$(GTK2_INST_VERSION)" == "2.4"
@@ -483,7 +483,7 @@ clean_setup:
rm -r -f $(ETHEREAL_LIBS)/gtk+
rm -r -f $(ETHEREAL_LIBS)/libiconv-1.9.1.bin.woe32
rm -r -f $(ETHEREAL_LIBS)/gettext-runtime-0.13.1
- rm -r -f $(ETHEREAL_LIBS)/zlib121-dll
+ rm -r -f $(ETHEREAL_LIBS)/zlib122-dll
rm -r -f $(ETHEREAL_LIBS)/gtk2
rm -r -f $(ETHEREAL_LIBS)/gtk-wimp