Skip to content
Snippets Groups Projects
  1. Jun 04, 2021
    • Brad King's avatar
      VS: Update v142 CL flag table for VS 16.10 · 887e9df0
      Brad King authored
      Run the command
      
          python3 Source/cmConvertMSBuildXMLToJSON.py -t v142 \
              'c:/.../MSBuild/Microsoft/VC/v160/1033/cl.xml'
      
      To generate `v142_CL.json` locally.  Manually move new and updated
      settings over to `Templates/MSBuild/FlagTables/v142_CL.json`.
      
      Revise the `/sourceDependencies[:directives]` table entries to properly
      distinguish the two options (because one is a prefix of the other), and
      to populate both `Generate*Dependencies` and `*DependenciesFile`.
      887e9df0
    • Brad King's avatar
      VS: Update v141 CL flag table for VS 15.9 · 25e33a28
      Brad King authored
      Run the command
      
          python3 Source/cmConvertMSBuildXMLToJSON.py -t v141 \
              'c:/.../Common7/IDE/VC/VCTargets/1033/cl.xml'
      
      To generate `v141_CL.json` locally.  Manually move new and updated
      settings over to `Templates/MSBuild/FlagTables/v141_CL.json`.
      25e33a28
    • Brad King's avatar
  2. Jun 03, 2021
  3. Jun 02, 2021
  4. Jun 01, 2021
  5. May 31, 2021
  6. May 30, 2021
  7. May 29, 2021
Loading