Skip to content

Commit 15206e4

Browse files
committed
Change rst footnotes to numbered lists (github rendering places at end of document).
1 parent f747386 commit 15206e4

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

SCons/Tool/MSCommon/README.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,14 @@ Supported MSVC batch file arguments by product:
363363
+---------+---------+--------+---------+---------+
364364
| VS2017 | X | X | X | X |
365365
+---------+---------+--------+---------+---------+
366-
| VS2015 | X [1]_ | X [2]_ | | |
366+
| VS2015 | X [1] | X [2] | | |
367367
+---------+---------+--------+---------+---------+
368368

369+
Notes:
369370

370-
.. [1] The BuildTools edition does not support the ``store`` argument. The Express edition
371-
supports the ``store`` argument for the ``x86`` target only.
372-
.. [2] The ``sdk version`` argument is not supported in the BuildTools and Express editions.
371+
1) The BuildTools edition does not support the ``store`` argument. The Express edition
372+
supports the ``store`` argument for the ``x86`` target only.
373+
2) The ``sdk version`` argument is not supported in the BuildTools and Express editions.
373374

374375
Supported MSVC batch file arguments in SCons:
375376

@@ -493,14 +494,16 @@ SDK Versions
493494
+------+-------------------+
494495
| SDK | Format |
495496
+======+===================+
496-
| 10.0 | 10.0.XXXXX.Y [*]_ |
497+
| 10.0 | 10.0.XXXXX.Y [1] |
497498
+------+-------------------+
498499
| 8.1 | 8.1 |
499500
+------+-------------------+
500501

501-
.. [*] The Windows 10 SDK version number is 10.0.20348.0 and earlier.
502+
Notes:
502503

503-
The Windows 11 SDK version number is 10.0.22000.194 and later.
504+
1) The Windows 10 SDK version number is 10.0.20348.0 and earlier.
505+
506+
The Windows 11 SDK version number is 10.0.22000.194 and later.
504507

505508
BuildTools Versions
506509
-------------------

0 commit comments

Comments
 (0)