summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2026-06-12 20:09:21 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2026-06-30 21:42:50 +0000
commit3a9c8cfc30fa1d27295c90234dd61da8c8767c37 (patch)
tree185e6d1274eed19279cee86e341cabc6bb912530
parentedf045a7aed8df25c4478129b293bd740198367a (diff)
downloadedk2-3a9c8cfc30fa1d27295c90234dd61da8c8767c37.tar.gz
edk2-3a9c8cfc30fa1d27295c90234dd61da8c8767c37.zip
edksetup.bat: Remove VS2015 support
The VS2015 toolchain is being removed from edk2. In preparation, this change removes the toolchain as an option in edksetup.bat. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
-rwxr-xr-xedksetup.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/edksetup.bat b/edksetup.bat
index d0b06241e8..857f61534d 100755
--- a/edksetup.bat
+++ b/edksetup.bat
@@ -139,18 +139,16 @@ if /I "%1"=="VS2026" shift
if /I "%1"=="VS2022" shift
if /I "%1"=="VS2019" shift
if /I "%1"=="VS2017" shift
-if /I "%1"=="VS2015" shift
if "%1"=="" goto end
:Usage
@echo.
- @echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [Reconfig] [Rebuild] [ForceRebuild] [Mingw-w64] [VS2026] [VS2022] [VS2019] [VS2017] [VS2015]"
+ @echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [Reconfig] [Rebuild] [ForceRebuild] [Mingw-w64] [VS2026] [VS2022] [VS2019] [VS2017]"
@echo.
@echo Reconfig Reinstall target.txt, tools_def.txt and build_rule.txt.
@echo Rebuild Perform incremental rebuild of BaseTools binaries.
@echo ForceRebuild Force a full rebuild of BaseTools binaries.
@echo Mingw-w64 Build BaseTools binaries using mingw-w64.
- @echo VS2015 Set the env for VS2015 build.
@echo VS2017 Set the env for VS2017 build.
@echo VS2019 Set the env for VS2019 build.
@echo VS2022 Set the env for VS2022 build.