aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-11 20:34:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-11 20:34:42 +0000
commit798d0294f3f54b66fff6056b619b6de5d4245c58 (patch)
treecc74f344fba577c2ca23db7b9c13742ec1dd94b9 /Makefile.nmake
parent05f6c89e3496333adcf3295dc12f3b15849648ca (diff)
Change the "setup" target to download the updated GTK+ libraries described
at http://mail.gnome.org/archives/gtk-devel-list/2004-August/msg00058.html . git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11718 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 f8802bfcac..16b9c73061 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -429,7 +429,7 @@ setup: verify_apps
!IFDEF GTK2_DIR
!IF "$(GTK2_INST_VERSION)" == "2.4"
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk2 gtk2.4/gtk+-2.4.4.zip
+ gtk2 gtk2.4/gtk+-2.4.4-20040808.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
gtk2 gtk2.4/gtk+-dev-2.4.4.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
@@ -460,7 +460,7 @@ setup: verify_apps
!ENDIF
!IFDEF GTK_WIMP_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk-wimp gtk2/gtk-wimp-0.5.4-bin.zip
+ gtk-wimp gtk-wimp/gtk-wimp-0.5.4-bin.zip
!ENDIF
@echo.
@echo Ethereal is ready to build.