Change the name convention of Framework_Tools_Path to pass the build

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@121 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshi8 2006-05-10 08:11:30 +00:00
parent 4895d0f0ae
commit 8b61dfd909
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ if not exist %XMLBEANS_HOME%\lib\saxon8.jar goto no_saxon8
@REM
set WORKSPACE=%CD%
set FRAMEWORK_TOOLS_PATH=%WORKSPACE%\Tools\Bin
set PATH=%FRAMEWORK_TOOLS_PATH%;%PATH%
set Framework_Tools_Path=%WORKSPACE%\Tools\bin
set PATH=%Framework_Tools_Path%;%PATH%
echo.
echo JAVA_HOME: %JAVA_HOME%