Feature #1922 » 0026-Update-to-crosser-2.11.patch
| 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/ &&
|
||
| windows/installer_cross/meson-winbuild.sh | ||
|---|---|---|
|
# See COPYING available from the same location you got this script.
|
||
|
#
|
||
|
MESON_WINBUILD_VERSION="3.2.0"
|
||
|
MESON_WINBUILD_VERSION="3.2.1"
|
||
|
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>"
|
||
- « Previous
- 1
- 2
- 3
- Next »