diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2023-09-10 21:59:21 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2023-09-10 21:59:21 (GMT) |
commit | 0d37f067a4ec411ab7bf3464a693b3716f099dec (patch) | |
tree | 24217b5a519ab942320756e21d491bde53d5a398 /SCons | |
parent | 0fc09ba19f4c00fb40f7909c3b111a6a037b5bf1 (diff) | |
download | SCons-0d37f067a4ec411ab7bf3464a693b3716f099dec.zip SCons-0d37f067a4ec411ab7bf3464a693b3716f099dec.tar.gz SCons-0d37f067a4ec411ab7bf3464a693b3716f099dec.tar.bz2 |
Initial update for SCons/Tool/msvc.xml. [ci skip]
Diffstat (limited to 'SCons')
-rw-r--r-- | SCons/Tool/msvc.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/SCons/Tool/msvc.xml b/SCons/Tool/msvc.xml index bf2e267..84ca2bd 100644 --- a/SCons/Tool/msvc.xml +++ b/SCons/Tool/msvc.xml @@ -371,11 +371,17 @@ loaded into the environment. <para> The valid values for &cv-MSVC_VERSION; represent major versions -of the compiler, except that versions ending in <literal>Exp</literal> -refer to "Express" or "Express for Desktop" Visual Studio editions, -which require distict entries because they use a different -filesystem layout and have some feature limitations compared to -the full version. +of the compiler. Versions ending in <literal>Exp</literal> +refer to "Express" or "Express for Desktop" Visual Studio editions. +An express version may have some feature limitations as compared to +the full version. It is necessary to specify the <literal>Exp</literal> +suffix when both express and non-express editions are installed +simulaneously and the express version is desired. An express edition +is used for the msvc version without the 'Exp' suffix when there is one +edition installed and it is the express edition. +</para> + +<para> The following table shows correspondence of the selector string to various version indicators ('x' is used as a placeholder for |