diff options
author | David Cournapeau <cournape@gmail.com> | 2009-11-19 05:09:27 (GMT) |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-11-19 05:09:27 (GMT) |
commit | fd34e11edc7860f5bc12486a62f657db89a1e83e (patch) | |
tree | 3455526a974539463e23cfd4dc076796f2e986d2 /src/engine/SCons/Tool/msvs.xml | |
parent | 15f1083a68d25c8a4932e4294691bf7aef85be00 (diff) | |
download | SCons-fd34e11edc7860f5bc12486a62f657db89a1e83e.zip SCons-fd34e11edc7860f5bc12486a62f657db89a1e83e.tar.gz SCons-fd34e11edc7860f5bc12486a62f657db89a1e83e.tar.bz2 |
DOC: add doc for TARGET_ARCH/HOST_ARCH + obsolete MSVS_VERSION.
Diffstat (limited to 'src/engine/SCons/Tool/msvs.xml')
-rw-r--r-- | src/engine/SCons/Tool/msvs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/SCons/Tool/msvs.xml b/src/engine/SCons/Tool/msvs.xml index 33db424..363881a 100644 --- a/src/engine/SCons/Tool/msvs.xml +++ b/src/engine/SCons/Tool/msvs.xml @@ -505,6 +505,10 @@ variable in the Environment initialization, setting it to the 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> |