From 2033902636fdf448c880d40f4f9d1affbc995211 Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Fri, 26 Oct 2007 12:35:55 +0000 Subject: [PATCH] - Forgot to remove these lines. svn path=/trunk/tools/RosBE-Windows/; revision=466 --- RosBE-Windows/Root/chdefgcc.cmd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/RosBE-Windows/Root/chdefgcc.cmd b/RosBE-Windows/Root/chdefgcc.cmd index f85e04c..298a75e 100644 --- a/RosBE-Windows/Root/chdefgcc.cmd +++ b/RosBE-Windows/Root/chdefgcc.cmd @@ -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"