Author: dreimer
Date: Thu Jun 26 08:11:07 2008
New Revision: 34100
URL:
http://svn.reactos.org/svn/reactos?rev=34100&view=rev
Log:
Some modifications I still had lying around. I will continue the work on this ~15.07
Modified:
trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1
trunk/tools/RosBE/RosBE-Windows/Powershell/Clean.ps1
trunk/tools/RosBE/RosBE-Windows/Powershell/Help.ps1
trunk/tools/RosBE/RosBE-Windows/Powershell/MinGW.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] Thu Jun 26 08:11:07
2008
@@ -52,7 +52,7 @@
# it accordingly.
#
if ($_ROSBE_OBJPATH -ne $null) {
- if ( Test-Path "$_ROSBE_OBJPATH") {
+ if (Test-Path "$_ROSBE_OBJPATH") {
"ERROR: The path specified doesn't seem to exist."
exit
} else {
Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/Clean.ps1
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershe…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/Clean.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/Clean.ps1 [iso-8859-1] Thu Jun 26 08:11:07
2008
@@ -1,10 +1,9 @@
#
# PROJECT: RosBE - ReactOS Build Environment for Windows
# LICENSE: GNU General Public License v2. (see LICENSE.txt)
-# FILE: Root/Clean.cmd
+# FILE: Root/Clean.ps1
# PURPOSE: Clean the ReactOS source directory.
-# COPYRIGHT: Copyright 2007 Daniel Reimer <reimer.daniel(a)freenet.de>
-# Peter Ward <dralnix(a)gmail.com>
+# COPYRIGHT: Copyright 2008 Daniel Reimer <reimer.daniel(a)freenet.de>
#
#
@@ -72,5 +71,3 @@
"Unknown parameter specified. Try ''help [COMMAND]''."
end
}
-
-
Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/Help.ps1
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershe…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/Help.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/Help.ps1 [iso-8859-1] Thu Jun 26 08:11:07
2008
@@ -3,7 +3,7 @@
# LICENSE: GNU General Public License v2. (see LICENSE.txt)
# FILE: Root/Help.ps1
# PURPOSE: Display help for the commands included with the ReactOS Build
Environment.
-# COPYRIGHT: Copyright 2007 Daniel Reimer <reimer.daniel(a)freenet.de>
+# COPYRIGHT: Copyright 2008 Daniel Reimer <reimer.daniel(a)freenet.de>
#
#
Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/MinGW.ps1
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershe…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/MinGW.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/MinGW.ps1 [iso-8859-1] Thu Jun 26 08:11:07
2008
@@ -3,7 +3,7 @@
# LICENSE: GNU General Public License v2. (see LICENSE.txt)
# FILE: Root/MinGW.ps1
# PURPOSE: This script provides/sets up a standard MinGW build environment.
-# COPYRIGHT: Copyright 2007 Daniel Reimer <reimer.daniel(a)freenet.de>
+# COPYRIGHT: Copyright 2008 Daniel Reimer <reimer.daniel(a)freenet.de>
#
#