tool initialization will fail.
</summary>
</cvar>
+
+<cvar name="HOST_ARCH">
+<summary>
+Sets the host arch for Visual Studio compiler. If not set, default to the
+detected host architecture: note that this may depend on the python you are
+using.
+
+Valid values are the same as for &cv-TARGET_ARCH;.
+
+</summary>
+</cvar>
+<cvar name="TARGET_ARCH">
+<summary>
+Sets the target arch for Visual Studio compiler (i.e. the arch of the binaries
+generated by the compiler). If not set, default to &cv-HOST_ARCH;.
+
+Valid values are 'x86', 'i386' (for 32 bits), 'amd64', 'emt64', 'x86_64' (64
+bits) and 'ia64' (Itanium). For example, if you want to compile 64 bits
+binaries, you would set TARGET_ARCH='x86_64' in your environment.
+</summary>
+</cvar>
appropriate version ('6.0' or '7.0', for example).
If the specified version isn't installed,
tool initialization will fail.
+
+This is obsolete: use &cv-MSVC_VERSION; instead. If &cv-MSVS_VERSION; and not
+&cv-MSVC_VERSION; is set, &cv-MSVC_VERSION; will be set to &cv-MSVS_VERSION;.
+If both are set to a different value, scons will raise an error.
</summary>
</cvar>