summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-07-15 20:50:34 +0000
committerGerald Combs <gerald@wireshark.org>2005-07-15 20:50:34 +0000
commite1c7558d93c7acd09ddf0181356109ff25b770c9 (patch)
treed71840a1a5e8e11bca5a935c48fc6295a7e35a1b /Makefile.nmake
parent4a1213344d9b77c835a836073ef167925c9362db (diff)
downloadwireshark-e1c7558d93c7acd09ddf0181356109ff25b770c9.tar.gz
Point to the latest Windows library tag and versions.
svn path=/trunk/; revision=14923
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 afb93da819..16b6555e61 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -444,7 +444,7 @@ setup: verify_tools
gettext-runtime-0.13.1 gettext-runtime-0.13.1.zip
!IFDEF NET_SNMP_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- . net-snmp-5.1.2.zip
+ . net-snmp-5.2.1.2.zip
!ENDIF
!IFDEF PCAP_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
@@ -496,7 +496,7 @@ setup: verify_tools
!ENDIF
!IFDEF GTK_WIMP_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk-wimp gtk-wimp/gtk-wimp-0.6.2-bin.zip
+ gtk-wimp gtk-wimp/gtk-wimp-0.7.0-bin.zip
!ENDIF
@echo.
@echo Ethereal is ready to build.