aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-09-24 16:08:44 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-09-24 16:08:44 +0000
commit65f82a615f7d60428915c72acfb7378e7b2cb1d7 (patch)
treeaa03f500a77b8b8155cc3f230acaa8aa894d8755 /Makefile.nmake
parenta729d816f2c1e978774e2686073a7c56b9bed7c4 (diff)
Use new win32 libs from anonsvn instead of webpage, including setup target. Use updated GTK 2.4.9 libraries. But still use wget.
svn path=/trunk/; revision=12086
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 997175967f..7a71cda928 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -391,7 +391,7 @@ verify_tools:
setup: verify_tools
!IF "$(GTK2_INST_VERSION)" == "2.4"
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- glib gtk2.4/glib-2.4.5.zip
+ glib gtk2.4/glib-2.4.5-20040903.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
glib gtk2.4/glib-dev-2.4.5.zip
!ELSE
@@ -433,9 +433,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.7.zip
+ gtk2 gtk2.4/gtk+-2.4.9-20040903.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk2 gtk2.4/gtk+-dev-2.4.7.zip
+ gtk2 gtk2.4/gtk+-dev-2.4.9.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)" \