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.

svn path=/trunk/tools/RosBE-Windows/; revision=480
This commit is contained in:
Daniel Reimer 2007-11-01 15:33:59 +00:00
parent 7679c8faa0
commit 98d9a2dc02
2 changed files with 6 additions and 2 deletions

View File

@ -84,8 +84,8 @@ goto :NOK
:: 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 ***

View File

@ -33,6 +33,10 @@ if /i "%1" == "def" (
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" (