mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Moved the new toolsets into their own VPC file so that projects are detected as stale
This commit is contained in:
23
sp/src/vpc_scripts/newer_vs_toolsets.vpc
Normal file
23
sp/src/vpc_scripts/newer_vs_toolsets.vpc
Normal file
@@ -0,0 +1,23 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// NEWER_VS_TOOLSETS.VPC
|
||||
//
|
||||
// Additional toolsets added by Mapbase.
|
||||
//
|
||||
// NOTE: Enabling any of these makes the solution incompatible with Visual Studio 2013!
|
||||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Conditional VS2015 "0" // Toggles Visual Studio 2015 (v140) toolset
|
||||
$Conditional VS2017 "0" // Toggles Visual Studio 2017 (v141) toolset
|
||||
$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:
|
||||
//
|
||||
// - 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)
|
||||
//
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user