aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-15 20:50:34 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-15 20:50:34 +0000
commitdd384b05cdb5d85284246188fff041ee3307aabc (patch)
treed71840a1a5e8e11bca5a935c48fc6295a7e35a1b /Makefile.nmake
parent2ef691ca81c737eb5af8cb77d0a9515ac704b597 (diff)
Point to the latest Windows library tag and versions.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14923 f5534014-38df-0310-8fa8-9805f1628bb7
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.