summaryrefslogtreecommitdiff
path: root/tools/win32-setup.sh
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-01-08 02:40:06 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-01-08 02:40:06 +0000
commite456b4fcd62fadab5c78d94913ec408a4926279b (patch)
tree66aa51f7fb93d4ac102614072335270ae0843cfe /tools/win32-setup.sh
parent8fb030d900e7c9f0b1222e986bba076e84642a81 (diff)
downloadwireshark-e456b4fcd62fadab5c78d94913ec408a4926279b.tar.gz
if we don't have MSVC6, download (using the setup target) the zlib source package instead of the dll one, and compile it in a temp dir before continuing with wiretap
svn path=/trunk/; revision=20337
Diffstat (limited to 'tools/win32-setup.sh')
-rwxr-xr-xtools/win32-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 1867538bc7..1369af9433 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -4,7 +4,7 @@
# http://anonsvn.wireshark.org/wireshark-win32-libs/tags/<date>/packages
# in order to provide backward compatibility with older trees (e.g. a
# previous release or an older SVN checkout).
-DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-01-04/packages"
+DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-01-08/packages"
# Set DOWNLOAD_PREFIX to /packages to test uploads before creating the tag.
#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/"