From 8fc1491a609b956f7cad5b0625ee8c1dd0895e45 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 21 Dec 2009 21:06:01 +0000 Subject: Switch to using a bundled version of the openSUSE Build Service packages for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no longer have winposixtype.h, so remove its #includes and add a ssize_t typedef to config.h.win32. svn path=/trunk/; revision=31341 --- tools/win32-setup.sh | 2 +- tools/win64-setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh index 4ea4625c22..b8ae3ef96e 100755 --- a/tools/win32-setup.sh +++ b/tools/win32-setup.sh @@ -4,7 +4,7 @@ # 32-bit wrapper for win-setup.sh. -export DOWNLOAD_TAG="2009-12-17" +export DOWNLOAD_TAG="2009-12-21" export WIRESHARK_TARGET_PLATFORM="win32" WIN_SETUP=`echo $0 | sed -e s/win32/win/` diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh index 997fa85cc4..317807bf7f 100755 --- a/tools/win64-setup.sh +++ b/tools/win64-setup.sh @@ -4,7 +4,7 @@ # 64-bit wrapper for win-setup.sh. -export DOWNLOAD_TAG="2009-12-17" +export DOWNLOAD_TAG="2009-12-21" export WIRESHARK_TARGET_PLATFORM="win64" WIN_SETUP=`echo $0 | sed -e s/win64/win/` -- cgit v1.2.1