Updated windows deployment script.

This commit is contained in:
Matthias Koefferlein 2017-08-27 18:24:14 +02:00
parent 6b08680ee7
commit 33e9873d71
1 changed files with 0 additions and 12 deletions

View File

@ -24,12 +24,6 @@ if ! [ -e ./build.sh ]; then
exit 1
fi
# source the versions
. ./version.sh
export KLAYOUT_VERSION
export KLAYOUT_VERSION_REV
export KLAYOUT_VERSION_DATE
pwd=$(pwd)
# ---------------------------------------------------
@ -77,14 +71,8 @@ echo "Running build for architecture $arch .."
echo ""
echo " target = $target"
echo " build = $build"
echo " version = $KLAYOUT_VERSION"
echo " date = $KLAYOUT_VERSION_DATE"
echo " rev = $KLAYOUT_VERSION_REV"
echo ""
# Force a minimum rebuild for the version update
touch src/version/version.h
rm -rf $target
./build.sh -python $python -ruby $ruby -bin $target -build $build -j2