updating checkpoints and build script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user