From 26685f2a67e9f6b34e72c91df92bd714bb67e27d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 12 Apr 2023 23:18:46 +0300 Subject: [PATCH 23/23] Update to crosser-2.6 See osdn #47665 Signed-off-by: Marko Lindqvist --- windows/installer_cross/installer_build.sh | 2 +- windows/installer_cross/winbuild.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/installer_cross/installer_build.sh b/windows/installer_cross/installer_build.sh index 111f039b3b..9418938917 100755 --- a/windows/installer_cross/installer_build.sh +++ b/windows/installer_cross/installer_build.sh @@ -67,7 +67,7 @@ add_sdl2_mixer_env() { add_sdl2_env() { cp $1/bin/SDL2_image.dll $2/ && cp $1/bin/SDL2_ttf.dll $2/ && - cp $1/bin/libtiff-5.dll $2/ + cp $1/bin/libtiff-6.dll $2/ } add_qt_env() { diff --git a/windows/installer_cross/winbuild.sh b/windows/installer_cross/winbuild.sh index 562aa6fd92..dcafd49416 100755 --- a/windows/installer_cross/winbuild.sh +++ b/windows/installer_cross/winbuild.sh @@ -11,7 +11,7 @@ WINBUILD_VERSION="2.3.5" MIN_WINVER=0x0601 # Windows 7 -CROSSER_FEATURE_LEVEL=2.5 +CROSSER_FEATURE_LEVEL=2.6 if test "x$1" = x || test "x$1" = "x-h" || test "x$1" = "x--help" ; then echo "Usage: $0 [gui]" -- 2.39.2