updating checkpoints and build script

This commit is contained in:
dan_s
2024-11-05 16:40:05 -06:00
parent 0865358171
commit 54813c8827
5 changed files with 41 additions and 28 deletions

View File

@@ -3,12 +3,12 @@
VERSION=$(cat src/version.h |cut -d\" -f2)
echo "Compiling SilentDragonXLite $VERSION .exe with $JOBS threads..."
CONF=silentdragon-lite.pro
CONF=silentdragonx-lite.pro
set -e
echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
CC_x86_64_pc_windows_gnu="x86_64-w64-mingw32.static-gcc"
PATH="/home/$USER/git/mxe/usr/bin:${PATH}"
PATH="/home/$USER/mxe/usr/bin:${PATH}"
if [ ! -d "release" ]
then
@@ -17,7 +17,7 @@ fi
cp src/precompiled.h release/
qbuild () {
/home/$USER/git/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt5 $CONF CONFIG+=release
/home/$USER/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt5 $CONF CONFIG+=release
#lupdate $CONF
#lrelease $CONF