Feature #1935 ยป 0020-installer_cross-Update-autotools-side-to-crosser-2.1.patch
| windows/installer_cross/installer_build.sh | ||
|---|---|---|
|
cp $1/bin/libsqlite3-0.dll $2/ &&
|
||
|
cp $1/bin/libiconv-2.dll $2/ &&
|
||
|
cp $1/bin/libz.dll.1.3.1 $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/libpng16-16.dll $2/ &&
|
||
|
cp $1/bin/libfreetype-6.dll $2/ &&
|
||
|
cp $1/bin/libharfbuzz-0.dll $2/ &&
|
||
| windows/installer_cross/winbuild.sh | ||
|---|---|---|
|
WINBUILD_VERSION="2.4.3"
|
||
|
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]"
|
||