]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Edk2Setup.bat
MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()
[mirror_edk2.git] / Edk2Setup.bat
index 68f46dc4262581d8b5754184ba586e9d91afe0a7..017e88de86c4b8495ec50e26a02ba543acb00f81 100755 (executable)
 @if defined REBUILD_TOOLS goto SetConf\r
 @if defined SVN_PULL goto SetConf\r
 \r
+@REM call set_vsprefix_envs.bat to set up the PREFIX env for VS tool path.\r
+@IF NOT exist "%EDK_TOOLS_PATH%\set_vsprefix_envs.bat" (\r
+  @echo.\r
+  @echo !!! ERROR !!! The set_vsprefix_envs.bat was not found !!!\r
+  @echo.\r
+  @goto ExitFailure\r
+)\r
+@call %EDK_TOOLS_PATH%\set_vsprefix_envs.bat\r
+\r
 @echo.\r
 @echo Rebuilding of the tools is not required. Binaries of the latest,\r
 @echo tested versions of the tools have been tested and included in the\r