- Forgot to remove these lines.

svn path=/trunk/tools/RosBE-Windows/; revision=466
This commit is contained in:
Peter Ward 2007-10-26 12:35:55 +00:00
parent 0ee85db4f1
commit 2033902636

View File

@ -10,10 +10,6 @@
title Change the current MinGW/GCC directory...
if not defined _ROSBE_PREVIOUSMINGWPATH (
set _ROSBE_PREVIOUSMINGWPATH=%_ROSBE_MINGWPATH%
)
::
:: Parse the command line arguments.
::
@ -27,7 +23,6 @@ if not exist "%_1%\." (
echo ERROR: The path specified doesn't seem to exist.
goto :EOC
)
set _ROSBE_PREVIOUSMINGWPATH=%_ROSBE_MINGWPATH%
set _ROSBE_MINGWPATH=%_1%
echo Location: %_ROSBE_MINGWPATH%
call "%_ROSBE_BASEDIR%\rosbe-gcc-env.cmd"