summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-09 07:48:13 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-09 07:48:13 +0000
commit86b776b46c3139d4b44111128ec38faa5b041750 (patch)
tree825f24093f03637c5b1bda80abefa22e1c20d7f4 /Makefile.nmake
parentaa85e98b06633b62ae3fa9358abcbdc46aca69d3 (diff)
downloadwireshark-86b776b46c3139d4b44111128ec38faa5b041750.tar.gz
update setup target to latest GTK library files
svn path=/trunk/; revision=12249
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 80da80d734..d7286a0ca6 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -432,9 +432,9 @@ setup: verify_tools
!IFDEF GTK2_DIR
!IF "$(GTK2_INST_VERSION)" == "2.4"
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk2 gtk2.4/gtk+-2.4.9-20040903.zip
+ gtk2 gtk2.4/gtk+-2.4.10-20041001.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk2 gtk2.4/gtk+-dev-2.4.9.zip
+ gtk2 gtk2.4/gtk+-dev-2.4.10.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
gtk2 gtk2.4/atk-1.6.0.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \