summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-02-06 16:43:04 (GMT)
committerGitHub <noreply@github.com>2019-02-06 16:43:04 (GMT)
commit9f090132091e56c123262106f3563142787c2fcf (patch)
tree960e7b26db4db19244c40274f618a24374947d49 /doc
parent0ac39b1dbc2a4547554d5eb7cebb24682fef04c2 (diff)
parent7813d8b9e219c6020ce9e462f3b1c6be741ed29c (diff)
downloadSCons-9f090132091e56c123262106f3563142787c2fcf.zip
SCons-9f090132091e56c123262106f3563142787c2fcf.tar.gz
SCons-9f090132091e56c123262106f3563142787c2fcf.tar.bz2
Merge pull request #3293 from mwichmann/msvs-targets-doc
Add arm targets to doc for MSVS_ARCH
Diffstat (limited to 'doc')
-rw-r--r--doc/generated/variables.gen9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen
index 194fb72..a6012b6 100644
--- a/doc/generated/variables.gen
+++ b/doc/generated/variables.gen
@@ -4582,11 +4582,14 @@ Versions ending in <literal>Exp</literal> refer to "Express" or
<varlistentry id="cv-MSVS_ARCH">
<term>MSVS_ARCH</term>
<listitem>
- <para xmlns="http://www.scons.org/dbxsd/v1.0">Sets the architecture for which the generated project(s)
- should build.</para> <para xmlns="http://www.scons.org/dbxsd/v1.0">
+ <para xmlns="http://www.scons.org/dbxsd/v1.0">Sets the architecture for which the generated project(s) should build.</para>
+ <para xmlns="http://www.scons.org/dbxsd/v1.0">
The default value is <literal>x86</literal>.
<literal>amd64</literal> is also supported by <application xmlns="http://www.scons.org/dbxsd/v1.0">SCons</application> for
- some Visual Studio versions. Trying to set <envar xmlns="http://www.scons.org/dbxsd/v1.0">$MSVS_ARCH</envar>
+ most Visual Studio versions. Since Visual Studio 2015
+ <literal>arm</literal> is supported, and since Visual Studio
+ 2017 <literal>arm64</literal> is supported.
+ Trying to set <envar xmlns="http://www.scons.org/dbxsd/v1.0">$MSVS_ARCH</envar>
to an architecture that's not supported for a given Visual
Studio version will generate an error.
</para>