From: klu2 Date: Mon, 31 Jul 2006 19:06:25 +0000 (+0000) Subject: Add judgement for PcdTools.jar in NormalBuild path in edksetup.bat X-Git-Tag: edk2-stable201903~24711 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=fb1025120d95e878d36926fce58f288dd4f61741 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 --- diff --git a/edksetup.bat b/edksetup.bat index 90e92e6a76..7ff10ebc71 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -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