diff options
Diffstat (limited to 'src/engine/SCons/Tool/msvs.xml')
-rw-r--r-- | src/engine/SCons/Tool/msvs.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/msvs.xml b/src/engine/SCons/Tool/msvs.xml index 91a196b..821bbca 100644 --- a/src/engine/SCons/Tool/msvs.xml +++ b/src/engine/SCons/Tool/msvs.xml @@ -238,7 +238,7 @@ this dictionary with the following keys: <envar>VERSION</envar>: the version of MSVS being used (can be set via -MSVS_VERSION) +&cv-link-MSVS_VERSION;) <envar>VERSIONS</envar>: the available versions of MSVS installed @@ -274,6 +274,19 @@ If a value isn't set, it wasn't available in the registry. </summary> </cvar> +<cvar name="MSVS_ARCH"> +<summary> +Sets the architecture for which the generated project(s) should build. + +The default value is <literal>x86</literal>. +<literal>amd64</literal> is also supported +by &SCons; for some Visual Studio versions. +Trying to set &cv-MSVS_ARCH; to an architecture that's not +supported for a given Visual Studio version +will generate an error. +</summary> +</cvar> + <cvar name="MSVS_IGNORE_IDE_PATHS"> <summary> Tells the MS Visual Studio tools to use minimal INCLUDE, LIB, and PATH settings, |