summaryrefslogtreecommitdiffstats
path: root/edksetup.bat
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@bsdio.com>2023-03-21 16:45:58 -0600
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-05-05 11:41:35 +0000
commitba634ce82bc80a5b3bf991de2b82d9472a4354c4 (patch)
tree597614b0277b7f71d233946ed8a0b1fe0c7fb46e /edksetup.bat
parentc844d86bee9d68a8b8dd8812200d31a573f9fb0b (diff)
downloadedk2-ba634ce82bc80a5b3bf991de2b82d9472a4354c4.tar.gz
edk2-ba634ce82bc80a5b3bf991de2b82d9472a4354c4.tar.bz2
edk2-ba634ce82bc80a5b3bf991de2b82d9472a4354c4.zip
edksetup.bat: Remove VS2008-VS2013 remnants
Since Visual Studio versions older than VS2015 are no longer supported, remove mention of them from edksetup.bat. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Reviewed-by: Oliver Smith-Denny <osd@smith-denny.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Tested-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'edksetup.bat')
-rwxr-xr-xedksetup.bat6
1 files changed, 1 insertions, 5 deletions
diff --git a/edksetup.bat b/edksetup.bat
index 7ad137bb3e..2fdf130e00 100755
--- a/edksetup.bat
+++ b/edksetup.bat
@@ -148,19 +148,15 @@ if /I "%1"=="ForceRebuild" shift
if /I "%1"=="VS2019" shift
if /I "%1"=="VS2017" shift
if /I "%1"=="VS2015" shift
-if /I "%1"=="VS2013" shift
-if /I "%1"=="VS2012" shift
if "%1"=="" goto end
:Usage
@echo.
- @echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [Reconfig] [Rebuild] [ForceRebuild] [VS2019] [VS2017] [VS2015] [VS2013] [VS2012]"
+ @echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [Reconfig] [Rebuild] [ForceRebuild] [VS2019] [VS2017] [VS2015]"
@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 VS2012 Set the env for VS2012 build.
- @echo VS2013 Set the env for VS2013 build.
@echo VS2015 Set the env for VS2015 build.
@echo VS2017 Set the env for VS2017 build.
@echo VS2019 Set the env for VS2019 build.