@@ -363,13 +363,14 @@ Supported MSVC batch file arguments by product:
363
363
+---------+---------+--------+---------+---------+
364
364
| VS2017 | X | X | X | X |
365
365
+---------+---------+--------+---------+---------+
366
- | VS2015 | X [1 ]_ | X [2 ]_ | | |
366
+ | VS2015 | X [1] | X [2] | | |
367
367
+---------+---------+--------+---------+---------+
368
368
369
+ Notes:
369
370
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.
373
374
374
375
Supported MSVC batch file arguments in SCons:
375
376
@@ -493,14 +494,16 @@ SDK Versions
493
494
+------+-------------------+
494
495
| SDK | Format |
495
496
+======+===================+
496
- | 10.0 | 10.0.XXXXX.Y [*]_ |
497
+ | 10.0 | 10.0.XXXXX.Y [1] |
497
498
+------+-------------------+
498
499
| 8.1 | 8.1 |
499
500
+------+-------------------+
500
501
501
- .. [ * ] The Windows 10 SDK version number is 10.0.20348.0 and earlier.
502
+ Notes:
502
503
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.
504
507
505
508
BuildTools Versions
506
509
-------------------
0 commit comments