mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
parent
d14ebb4374
commit
fb1025120d
@ -89,6 +89,7 @@ echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WO
|
||||
@if "%1"=="/help" goto Usage
|
||||
|
||||
@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\SurfaceArea.jar" goto NormalBuild
|
||||
@IF NOT EXIST "Tools\Jars\cpptasks.jar" goto NormalBuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user