mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-24 03:49:45 +00:00
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:
parent
7679c8faa0
commit
98d9a2dc02
@ -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 ***
|
||||
|
@ -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" (
|
||||
|
Loading…
Reference in New Issue
Block a user