Author: peterw Date: Mon Oct 22 23:50:40 2007 New Revision: 29792
URL: http://svn.reactos.org/svn/reactos?rev=29792&view=rev Log: - Remove the rosbe-options.cmd check from Build.cmd, it doesn't need to be here.
Modified: trunk/tools/RosBE-Windows/Root/Build.cmd
Modified: trunk/tools/RosBE-Windows/Root/Build.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build.cmd?... ============================================================================== --- trunk/tools/RosBE-Windows/Root/Build.cmd (original) +++ trunk/tools/RosBE-Windows/Root/Build.cmd Mon Oct 22 23:50:40 2007 @@ -11,14 +11,6 @@ @echo off
title Building... - -:: -:: Check if the user has used the options utility and -:: if so, load their options. -:: -if exist "%_ROSBE_BASEDIR%\rosbe-options.cmd" ( - call "%_ROSBE_BASEDIR%\rosbe-options.cmd" -)
:: :: Check if config.template.rbuild is newer than config.rbuild, if it is then