If my Java Teacher would see this, he would kill me several times...

NOW it works as it should.
Thx to Jaykul from #powershell

svn path=/trunk/tools/RosBE/; revision=724
This commit is contained in:
Daniel Reimer 2008-05-02 20:07:41 +00:00
parent dfde8a0df6
commit 1c50816029

View File

@ -163,12 +163,12 @@ if ($args.count -gt 1) {
if ($args[0] -eq "multi") {
$host.ui.RawUI.WindowTitle = "makex $($args) parallel build started: $TIMERAW"
}
BUILDMULTI
BUILDMULTI $args
} else {
if ($args.count -gt 0) {
$host.ui.RawUI.WindowTitle = "make $($args) build started: $TIMERAW"
}
BUILD
BUILD $args
}
#