Feature #1922 » 0048-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 | ||
|---|---|---|
|
#
|
||
|
MIN_WINVER=0x0A00 # Windows 10.
|
||
|
CROSSER_FEATURE_LEVEL=2.10
|
||
|
CROSSER_FEATURE_LEVEL=2.11
|
||
|
SRC_DIR="$(cd "$(dirname "$0")" || exit 1 ; pwd)"
|
||
|
SRC_ROOT="$(cd "${SRC_DIR}/../../.." || exit 1 ; pwd)"
|
||