diff options
-rw-r--r-- | edksetup.bat | 1 |
1 files changed, 1 insertions, 0 deletions
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
|