Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate

$WORKSPACE/Tools instead.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4148 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2007-10-17 01:59:27 +00:00
parent 07a756b95e
commit 5c240d733a
1 changed files with 3 additions and 3 deletions

View File

@ -287,9 +287,9 @@ echo.
@goto end
:NewBuild
@IF NOT EXIST "Tools\BaseTools\toolsetup.bat" goto AntBuild
if not defined EDK_TOOLS_PATH set EDK_TOOLS_PATH=%WORKSPACE%\Tools\BaseTools
@call Tools\BaseTools\toolsetup.bat
@IF NOT EXIST "BaseTools\toolsetup.bat" goto AntBuild
if not defined EDK_TOOLS_PATH set EDK_TOOLS_PATH=%WORKSPACE%\BaseTools
@call BaseTools\toolsetup.bat
@goto end
:end