mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-04-14 21:42:30 +03:00
Moved toolset conditionals to a more fitting and intuitive place
This commit is contained in:
parent
c925a01712
commit
47a0bb0fde
@ -17,6 +17,21 @@ $Games
|
|||||||
// Makes the VPC scripts work in the SDK's context
|
// Makes the VPC scripts work in the SDK's context
|
||||||
$Conditional "SOURCESDK" "1"
|
$Conditional "SOURCESDK" "1"
|
||||||
|
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
// Mapbase - Additional toolsets (NOTE: Newer toolsets make the solution incompatible with Visual Studio 2013)
|
||||||
|
|
||||||
|
$Conditional VS2019 "0" // Toggles Visual Studio 2019 (v142) toolset
|
||||||
|
|
||||||
|
//
|
||||||
|
// Note that the following projects currently do not compile with v142 and are not included in the VS2019 solution:
|
||||||
|
//
|
||||||
|
// - 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)
|
||||||
|
//
|
||||||
|
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
$Include "vpc_scripts\projects.vgc"
|
$Include "vpc_scripts\projects.vgc"
|
||||||
$Include "vpc_scripts\groups.vgc"
|
$Include "vpc_scripts\groups.vgc"
|
||||||
|
|
||||||
|
@ -17,18 +17,6 @@
|
|||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
// Mapbase - Additional toolsets (NOTE: Newer toolsets make the solution incompatible with Visual Studio 2013)
|
|
||||||
$Conditional VS2019 "0" // Toggles Visual Studio 2019 (v142) toolset
|
|
||||||
|
|
||||||
//
|
|
||||||
// Note that the following projects currently do not compile with v142 and are not included in the VS2019 solution:
|
|
||||||
//
|
|
||||||
// - 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)
|
|
||||||
//
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
// Mapbase functionality conditionals
|
// Mapbase functionality conditionals
|
||||||
$Conditional MAPBASE "1" // Equivalent to (and required for) our MAPBASE preprocessor defined below
|
$Conditional MAPBASE "1" // Equivalent to (and required for) our MAPBASE preprocessor defined below
|
||||||
$Conditional MAPBASE_RPC "1" // Toggles Mapbase's Rich Presence Client implementations
|
$Conditional MAPBASE_RPC "1" // Toggles Mapbase's Rich Presence Client implementations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user