From 33e9873d7148b4a3a83958a91bcc2657e1f5546f Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 27 Aug 2017 18:24:14 +0200 Subject: [PATCH] Updated windows deployment script. --- scripts/deploy-win-mingw.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index c4f654995..4ef3f03de 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -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