Feature #1922 » 0034-Update-to-crosser-2.11.patch
| platforms/windows/installer_cross/meson-installer_build.sh | ||
|---|---|---|
|
cp $1/bin/libintl-8.dll $2/ &&
|
||
|
cp $1/bin/libiconv-2.dll $2/ &&
|
||
|
cp $1/bin/libsqlite3-0.dll $2/ &&
|
||
|
cp $1/bin/icuuc71.dll $2/ &&
|
||
|
cp $1/bin/icudt71.dll $2/ &&
|
||
|
cp $1/bin/icuuc76.dll $2/ &&
|
||
|
cp $1/bin/icudt76.dll $2/ &&
|
||
|
cp $1/bin/libfreetype-6.dll $2/ &&
|
||
|
cp $1/bin/libpng16-16.dll $2/ &&
|
||
|
cp $1/bin/libharfbuzz-0.dll $2/ &&
|
||
| platforms/windows/installer_cross/meson-winbuild.sh | ||
|---|---|---|
|
MESON_WINBUILD_VERSION="3.3.0-dev"
|
||
|
MIN_WINVER=0x0603 # Windows 8.1. Qt6-client and Qt6-ruledit builds override this
|
||
|
CROSSER_FEATURE_LEVEL=2.10
|
||
|
CROSSER_FEATURE_LEVEL=2.11
|
||
|
if test "$1" = "" || test "$1" = "-h" || test "$1" = "--help" ; then
|
||
|
echo "Usage: $0 <crosser dir> <gui>"
|
||