mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-24 03:49:45 +00:00
- This really isn't funny... or is it?
svn path=/trunk/tools/RosBE/; revision=608
This commit is contained in:
parent
b10707436a
commit
58f4c5f956
@ -16,7 +16,7 @@ if "%_ROSBE_MODE%" == "RosBE" (
|
||||
:: Parse the command line arguments.
|
||||
::
|
||||
for /f "usebackq tokens=*" %%i in (`""%_ROSBE_BASEDIR%\Tools\rquote.exe" %1"`) do set _1=%%i
|
||||
if "%1" == "" (
|
||||
if "%_1%" == "" (
|
||||
call :INTERACTIVE
|
||||
)
|
||||
|
||||
@ -35,8 +35,7 @@ call "%_ROSBE_BASEDIR%\rosbe-gcc-env.cmd"
|
||||
goto :EOC
|
||||
|
||||
:INTERACTIVE
|
||||
set /p _1="Please enter a MinGW/GCC directory: "
|
||||
for /f "usebackq tokens=*" %%i in (`""%_ROSBE_BASEDIR%\Tools\rquote.exe" %_1%"`) do set _1=%%i
|
||||
set /p _1="Please enter a MinGW/GCC directory (don't use quotes): "
|
||||
if "%_1%" == "" (
|
||||
echo ERROR: You must enter a MinGW/GCC directory.
|
||||
goto :EOC
|
||||
|
Loading…
Reference in New Issue
Block a user