mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 19:39:51 +00:00
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:
parent
72c6b9d2d5
commit
66d389216c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user