Skip to content

Commit

Permalink
Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools.
Browse files Browse the repository at this point in the history
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4140 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
jljusten committed Oct 16, 2007
1 parent cc8821e commit 19ed1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edksetup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ echo.
@goto end

:NewBuild
@IF NOT EXIST "BaseTools\toolsetup.bat" goto AntBuild
if not defined EDK_TOOLS_PATH set EDK_TOOLS_PATH=%WORKSPACE%\BaseTools
@call BaseTools\toolsetup.bat
@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
@goto end

:end
Expand Down

0 comments on commit 19ed1f4

Please sign in to comment.