changeset 270:8c6fb6ee6f9e

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Feb 2023 15:20:11 +0200
parents 835f71eef167
children df3f902588af
files build-win32.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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