Feature #233 » 0009-Update-to-crosser-2.8.patch
| windows/installer_cross/installer_build.sh | ||
|---|---|---|
|   cp $1/bin/libgmodule-2.0-0.dll $2/ && | ||
|   cp $1/bin/libpangowin32-1.0-0.dll $2/ && | ||
|   cp $1/bin/libfontconfig-1.dll $2/ && | ||
|   cp $1/bin/libpangoft2-1.0-0.dll $2/ && | ||
|   cp $1/bin/libxml2-2.dll $2/ && | ||
|   cp $1/bin/libjpeg-9.dll $2/ && | ||
|   mkdir -p $2/bin && | ||
| ... | ... | |
|   cp $1/bin/libintl-8.dll $2/ && | ||
|   cp $1/bin/libsqlite3-0.dll $2/ && | ||
|   cp $1/bin/libiconv-2.dll $2/ && | ||
|   cp $1/bin/libz.dll.1.3    $2/ && | ||
|   cp $1/bin/libz.dll.1.3.1  $2/ && | ||
|   cp $1/lib/icuuc64.dll     $2/ && | ||
|   cp $1/lib/icudt64.dll     $2/ && | ||
|   cp $1/bin/libpng16-16.dll $2/ && | ||
| windows/installer_cross/meson-winbuild.sh | ||
|---|---|---|
| MESON_WINBUILD_VERSION="3.1.0-beta" | ||
| MIN_WINVER=0x0603 # Windows 8.1. Qt6-client and Qt6-ruledit builds override this | ||
| CROSSER_FEATURE_LEVEL=2.7 | ||
| CROSSER_FEATURE_LEVEL=2.8 | ||
| if test "x$1" = x || test "x$1" = "x-h" || test "x$1" = "x--help" ; then | ||
|   echo "Usage: $0 <crosser dir> <gui>" | ||
| windows/installer_cross/winbuild.sh | ||
|---|---|---|
| WINBUILD_VERSION="2.4.2" | ||
| MIN_WINVER=0x0603 # Windows 8.1, Qt6-client and Qt6-ruledit builds override this | ||
| CROSSER_FEATURE_LEVEL=2.7 | ||
| CROSSER_FEATURE_LEVEL=2.8 | ||
| if test "x$1" = x || test "x$1" = "x-h" || test "x$1" = "x--help" ; then | ||
|   echo "Usage: $0 <crosser dir> [gui]" | ||
- « Previous
- 1
- 2
- Next »