@@ -9912,22 +9912,23 @@ Specify the location of <command>vswhere.exe</command>.
9912
9912
the state of compiler support for those editions.
9913
9913
</para>
9914
9914
<para>
9915
- Satting the &cv-VSWHERE; variable to the path to a specific
9916
- <command>vswhere.exe</command> binary,
9915
+ Setting the &cv-VSWHERE; variable to the path to a specific
9916
+ <command>vswhere.exe</command> binary
9917
9917
causes &SCons; to use that binary.
9918
- If not set (the default) , &SCons; will search for one,
9918
+ If not set, &SCons; will search for one,
9919
9919
looking in the following locations in order,
9920
- using the first found, and updating &cv-VSWHERE; with the location.
9921
- </para>
9922
-
9923
- <itemizedlist>
9924
- <listitem><para><literal>%ProgramFiles(x86)%\Microsoft Visual Studio\Installer</literal></para></listitem>
9925
- <listitem><para><literal>%ProgramFiles%\Microsoft Visual Studio\Installer</literal></para></listitem>
9926
- <listitem><para><literal>%ChocolateyInstall%\bin</literal></para></listitem>
9927
- <listitem><para><literal>%LOCALAPPDATA%\Microsoft\WinGet\Links</literal></para></listitem>
9928
- <listitem><para><literal>~\scoop\shims</literal></para></listitem>
9929
- <listitem><para><literal>%SCOOP%\shims</literal></para></listitem>
9930
- </itemizedlist>
9920
+ using the first found
9921
+ (&cv-VSWHERE; is updated with the location):
9922
+ </para>
9923
+
9924
+ <simplelist type="vert">
9925
+ <member><literal>%ProgramFiles(x86)%\Microsoft Visual Studio\Installer</literal></member>
9926
+ <member><literal>%ProgramFiles%\Microsoft Visual Studio\Installer</literal></member>
9927
+ <member><literal>%ChocolateyInstall%\bin</literal></member>
9928
+ <member><literal>%LOCALAPPDATA%\Microsoft\WinGet\Links</literal></member>
9929
+ <member><literal>%USERPROFILE%\scoop\shims</literal></member>
9930
+ <member><literal>%SCOOP%\shims</literal></member>
9931
+ </simplelist>
9931
9932
9932
9933
9933
9934
<note>
0 commit comments