From 8f69ddeb0090f0dd143875d7b3697954923f93da Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sat, 7 Mar 2009 01:06:40 +0000 Subject: Add preliminary support for Win64 compilation. Attempt to use the same set of makefiles and scripts for each platform as much as possible. svn path=/trunk/; revision=27633 --- tools/win32-setup.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tools/win32-setup.sh') diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh index d03efc52f4..b25bc1a980 100755 --- a/tools/win32-setup.sh +++ b/tools/win32-setup.sh @@ -4,11 +4,16 @@ # This MUST be in the form # http://anonsvn.wireshark.org/wireshark-win32-libs/tags//packages +# or +# http://anonsvn.wireshark.org/wireshark-win64-libs/tags//packages # in order to provide backward compatibility with older trees (e.g. a # previous release or an older SVN checkout). # Save previous tag. -DOWNLOAD_TAG="2009-02-09" -DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/$DOWNLOAD_TAG/packages/" +DOWNLOAD_TAG=${DOWNLOAD_TAG:-"2009-02-09"} +PLATFORM=${PLATFORM:-"win32"} + +DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$PLATFORM-libs/tags/$DOWNLOAD_TAG/packages/" + TAG_FILE="current_tag.txt" # Set DOWNLOAD_PREFIX to /packages to test uploads before creating the tag. -- cgit v1.2.3