Add a Check if SCUT is installed or not. If not, remove the Macro

svn path=/trunk/tools/RosBE/; revision=636
This commit is contained in:
Daniel Reimer 2007-12-22 16:35:18 +00:00
parent 72c6b9d2d5
commit 66d389216c

View File

@ -40,4 +40,6 @@ for /f "usebackq" %%i in (`"%_ROSBE_BASEDIR%\Tools\cpucount.exe" -x1`) do set CP
doskey /macrofile="%_ROSBE_BASEDIR%\MinGW.mac"
if not exist "%_ROSBE_BASEDIR%\scut.cmd" ( doskey SCUT= )
:EOC