Let's try using the new Win32 GTK2 bundle 2.24.14 (as suggested by Anders).

svn path=/trunk/; revision=46612
This commit is contained in:
Bill Meier 2012-12-19 04:44:01 +00:00
parent 292b386089
commit 919c192780
2 changed files with 3 additions and 2 deletions

View File

@ -265,7 +265,8 @@ XML_DLL=libxml2-2.dll
!IF "$(GTK_NAME)" == "gtk2"
GDK_DLL=libgdk-win32-2.0-0.dll
GTK_DLL=libgtk-win32-2.0-0.dll
GTK_PKG=2.24.10-2.7
#GTK_PKG=2.24.10-2.7
GTK_PKG=2.24.14-1.1
#GTK_PKG=2.24.14-1.1
PKG_SUFIX=ws
!ELSE

View File

@ -4,7 +4,7 @@
# 32-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2012-12-11"
export DOWNLOAD_TAG="2012-12-18"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`