X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=edksetup.bat;h=7ff10ebc719c17f70662787bd43192d73c658889;hb=88c8537c991f8b8b382e15d945bfdd91fdfb4e3e;hp=90e92e6a7661d0f9f25c706779eeabce97390b42;hpb=d14ebb43742f411f2a013996b8e76bcab2420552;p=mirror_edk2.git 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