diff options
Diffstat (limited to 'SCons/Tool/msvc.xml')
-rw-r--r-- | SCons/Tool/msvc.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/SCons/Tool/msvc.xml b/SCons/Tool/msvc.xml index 596ae99..88bbd79 100644 --- a/SCons/Tool/msvc.xml +++ b/SCons/Tool/msvc.xml @@ -868,12 +868,9 @@ Specify the location of <command>vswhere.exe</command>. Microsoft Visual Studio and Build Tools since the 2017 edition, but is also available as a standalone installation. It allows queries to obtain detailed information about - installations of 2017 and later editions; - with the <option>-legacy</option> argument, - it can return limited information for - installations of the 2010 through 2015 editions. - &SCons; makes use of this information to help determine - the state of compiler support. + installations of 2017 and later editions. + &SCons; makes use of this information to determine + the state of compiler support for those editions. </para> <para> You can set the &cv-VSWHERE; variable to the path to a specific |