aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win32-setup.sh
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-24 16:08:44 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-24 16:08:44 +0000
commite74828494be631efbab107cef181526da602b0cf (patch)
treeaa03f500a77b8b8155cc3f230acaa8aa894d8755 /tools/win32-setup.sh
parentea2d0552ca9bf67281546ca558694c143f1d01ef (diff)
Use new win32 libs from anonsvn instead of webpage, including setup target. Use updated GTK 2.4.9 libraries. But still use wget.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12086 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools/win32-setup.sh')
-rw-r--r--tools/win32-setup.sh3
1 files changed, 2 insertions, 1 deletions
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"