# HG changeset patch # User Matti Hamalainen # Date 1676208011 -7200 # Node ID 8c6fb6ee6f9e3b97fdd550ce0fbfa06201d5d3d0 # Parent 835f71eef167f4efd12e234d528ebe2457fd1ef3 Cleanup. diff -r 835f71eef167 -r 8c6fb6ee6f9e build-win32.sh --- a/build-win32.sh Thu Mar 10 19:55:39 2022 +0200 +++ b/build-win32.sh Sun Feb 12 15:20:11 2023 +0200 @@ -42,6 +42,7 @@ do_cp "$1/$3/$4" "$2/$3/$4" } + do_install() { TARGET="$1" @@ -77,11 +78,10 @@ unix2dos -n "COPYING.html" "$TMPFILE" || fatal "Could not unix2dos." do_cp "$TMPFILE" "$TARGET/COPYING.txt" rm -f "$TMPFILE" - return 0 } -### Create cross-building makefiles +### Build the binaries make -f Makefile.cross-mingw QT5_PREFIX="$QT5_PREFIX" BINPATH="$BUILDPATH" ### Install to targets