Author: dreimer
Date: Thu Nov 1 18:33:59 2007
New Revision: 30042
URL:
http://svn.reactos.org/svn/reactos?rev=30042&view=rev
Log:
Add some forgotten "" and add the list feature back to RosBE. It already was in
the new C Version, but not in the .cmd which calls it.
Modified:
trunk/tools/RosBE-Windows/Root/Config.cmd
trunk/tools/RosBE-Windows/Root/scut.cmd
Modified: trunk/tools/RosBE-Windows/Root/Config.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Config.cm…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Config.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Config.cmd Thu Nov 1 18:33:59 2007
@@ -84,8 +84,8 @@
:: Check if config.template.rbuild is newer than config.rbuild, if it is then
:: inform the user and offer an update.
::
-if exist .\config.rbuild (
- chknewer .\config.template.rbuild .\config.rbuild
+if exist ".\config.rbuild" (
+ chknewer ".\config.template.rbuild" ".\config.rbuild"
if errorlevel 1 (
echo.
echo *** config.template.rbuild is newer than working config.rbuild ***
Modified: trunk/tools/RosBE-Windows/Root/scut.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/scut.cmd?…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/scut.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/scut.cmd Thu Nov 1 18:33:59 2007
@@ -33,6 +33,10 @@
call "%_ROSBE_BASEDIR%\Tools\scut.exe" %*
goto :EOC
)
+if /i "%1" == "list" (
+ call "%_ROSBE_BASEDIR%\Tools\scut.exe" %*
+ goto :EOC
+)
if not "%1" == "" (
for /f "usebackq tokens=*" %%i in (`""%_ROSBE_BASEDIR%\Tools
Test\scut.exe" %*"`) do (
if /i not "%%i" == "Default" (