From 049c513ccefafe1ca4dbf1666d291ce93c8aef6d Mon Sep 17 00:00:00 2001 From: Blixibon Date: Thu, 18 Nov 2021 13:04:26 -0600 Subject: [PATCH] Clarified notes regarding new toolsets --- sp/src/vpc_scripts/newer_vs_toolsets.vpc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sp/src/vpc_scripts/newer_vs_toolsets.vpc b/sp/src/vpc_scripts/newer_vs_toolsets.vpc index 447b3cec..950e1677 100644 --- a/sp/src/vpc_scripts/newer_vs_toolsets.vpc +++ b/sp/src/vpc_scripts/newer_vs_toolsets.vpc @@ -13,8 +13,9 @@ $Conditional VS2019 "0" // Toggles Visual Studio 2019 (v142) toolset $Conditional VS2022 "0" // Toggles Visual Studio 2022 (v143) toolset // -// Note that the following projects currently do not compile with any of the above toolsets and are not included in -// their solutions: +// VPC may still say "Generating for Visual Studio 2013" even when using one of the above toolsets. This message is irrelevant and can be ignored. +// +// The following projects currently do not compile with any of the above toolsets and are not included in their solutions: // // - phonemeextractor (may be fixable with modification) // - qc_eyes (might be fixed by having C++ MFC for v141 build tools and/or C++ ATL for v141 build tools installed)