Add judgement for PcdTools.jar in NormalBuild path in edksetup.bat
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1161 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -89,6 +89,7 @@ echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WO
|
|||||||
@if "%1"=="/help" goto Usage
|
@if "%1"=="/help" goto Usage
|
||||||
|
|
||||||
@IF NOT EXIST "Tools\Jars\Common.jar" goto NormalBuild
|
@IF NOT EXIST "Tools\Jars\Common.jar" goto NormalBuild
|
||||||
|
@IF NOT EXIST "Tools\Jars\PcdTools.jar" goto NormalBuild
|
||||||
@IF NOT EXIST "Tools\Jars\GenBuild.jar" goto NormalBuild
|
@IF NOT EXIST "Tools\Jars\GenBuild.jar" goto NormalBuild
|
||||||
@IF NOT EXIST "Tools\Jars\SurfaceArea.jar" goto NormalBuild
|
@IF NOT EXIST "Tools\Jars\SurfaceArea.jar" goto NormalBuild
|
||||||
@IF NOT EXIST "Tools\Jars\cpptasks.jar" goto NormalBuild
|
@IF NOT EXIST "Tools\Jars\cpptasks.jar" goto NormalBuild
|
||||||
|
Reference in New Issue
Block a user