[ros-diffs] [dreimer] 33248: If my Java Teacher would see this, he would kill me several times... NOW it works as it should. Thx to Jaykul from #powershell

dreimer at svn.reactos.org dreimer at svn.reactos.org
Fri May 2 22:07:42 CEST 2008


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/Powershell/Build.ps1?rev=33248&r1=33247&r2=33248&view=diff
==============================================================================
--- 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
 }
 
 #



More information about the Ros-diffs mailing list