Author: dreimer
Date: Fri May 2 15:07:41 2008
New Revision: 33248
URL:
http://svn.reactos.org/svn/reactos?rev=33248&view=rev
Log:
If my Java Teacher would see this, he would kill me several times...
NOW it works as it should.
Thx to Jaykul from #powershell
Modified:
trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1
Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershe…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1 [iso-8859-1] Fri May 2 15:07:41
2008
@@ -163,12 +163,12 @@
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
}
#