mirror of
https://github.com/reactos/RosBE.git
synced 2025-02-22 04:01:28 +00:00
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:
parent
dfde8a0df6
commit
1c50816029
@ -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
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user