From 66803cafcf2326217bbf0064921abeb1de26d9aa Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Sun, 2 Apr 2023 09:36:16 -0600 Subject: BaseTools: Update VS toolchain descriptions in tools_def.txt.template Update the Visual Studio toolchain descriptions in tools_def.txt.template: - The WinDDK is no longer needed. - Update 3 is required for VS 2015. - VS 2005 has been removed. Signed-off-by: Rebecca Cran Reviewed-by: Liming Gao Reviewed-by: Michael D Kinney Tested-by: Michael D Kinney --- BaseTools/Conf/tools_def.template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index 167829e826..d0fa158552 100755 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -128,8 +128,7 @@ DEFINE DTC_BIN = ENV(DTC_PREFIX)dtc # Supported Tool Chains # ===================== # VS2015 -win32- Requires: -# Microsoft Visual Studio 2015 Professional Edition -# Microsoft Windows Server 2003 Driver Development Kit (Microsoft WINDDK) version 3790.1830 +# Microsoft Visual Studio 2015 Professional Edition, Update 3 # Optional: # Required to build platforms or ACPI tables: # Intel(r) ACPI Compiler (iasl.exe) from @@ -197,13 +196,11 @@ DEFINE DTC_BIN = ENV(DTC_PREFIX)dtc # nasm compiler from # NASM -- http://www.nasm.us/ # VS2015x86 -win64- Requires: -# Microsoft Visual Studio 2015 (x86) Update 2 or above -# Microsoft Windows Server 2003 Driver Development Kit (Microsoft WINDDK) version 3790.1830 +# Microsoft Visual Studio 2015 (x86) Update 3 or above # Optional: # Required to build platforms or ACPI tables: # Intel(r) ACPI Compiler (iasl.exe) from # https://acpica.org/downloads -# * Commented out - All versions of VS2005 use the same standard install directory # #################################################################################### #################################################################################### -- cgit v1.2.3