diff options
-rw-r--r-- | Makefile.nmake | 6 | ||||
-rw-r--r-- | README.win32 | 4 | ||||
-rw-r--r-- | tools/win32-setup.sh | 3 |
3 files changed, 7 insertions, 6 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)" \ diff --git a/README.win32 b/README.win32 index 8300f6de7a..691751c4d7 100644 --- a/README.win32 +++ b/README.win32 @@ -125,7 +125,7 @@ This will first check the availability of all required tools and then uses the tool wget to download each package file (together around 30MB!) from the server location at: -http://www.ethereal.com/distribution/win32/development/ + http://anonsvn.ethereal.com/ethereal-win32-libs/trunk/packages/ and unpack it in the $ETHEREAL_LIBS directory. @@ -146,7 +146,7 @@ packages contain header files and stub libraries to link against. PRECOMPILED VERSIONS OF ALL OF THESE PACKAGES ARE AVAILABLE AT: - http://www.ethereal.com/distribution/win32/development/ + http://anonsvn.ethereal.com/ethereal-win32-libs/trunk/packages/ The GLIB, GTK+, iconv, gettext packages for win32 can be found at the home diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh index 0272762ff6..a23623e2c7 100644 --- a/tools/win32-setup.sh +++ b/tools/win32-setup.sh @@ -1,6 +1,7 @@ #!/bin/sh -DOWNLOAD_PREFIX="http://www.ethereal.com/distribution/win32/development" +# DOWNLOAD_PREFIX="http://www.ethereal.com/distribution/win32/development" +DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/trunk/packages" err_exit () { echo "ERROR: $1" |