update all the functiosn now used in the msvc pack

This commit is contained in:
U-XPBUILDBOT\mario
2013-09-11 00:13:08 +02:00
parent df3c29f0d9
commit 8ad86744fc
22 changed files with 1422 additions and 30 deletions

View File

@@ -44,6 +44,10 @@ PRG=$(readlink -f $0)
BASEDIR=`dirname "$PRG"`
BASEDIR=`cd "$BASEDIR" && pwd`/..
OLDPATH=$PATH
export PATH=$BASEDIR/libexec:$PATH
echo $PATH
# Parameters
PRODUCT_DIR=$1
TARGET=$2
@@ -64,6 +68,8 @@ fi
# call main
builder_controller
export PATH=$OLDPATH
# exit
exit 0