diff options
author | Brad King <brad.king@kitware.com> | 2021-06-04 13:09:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-04 13:39:53 (GMT) |
commit | f9383e01402ba428aa7b26b6ec7019db08ea86d6 (patch) | |
tree | de7512ae38b9f8e17bd2b42796ec7f161300f0c6 /Templates | |
parent | 9c33ff4dda643f8a93d55f9895e31dce9056134f (diff) | |
download | CMake-f9383e01402ba428aa7b26b6ec7019db08ea86d6.zip CMake-f9383e01402ba428aa7b26b6ec7019db08ea86d6.tar.gz CMake-f9383e01402ba428aa7b26b6ec7019db08ea86d6.tar.bz2 |
VS: Re-order v141 and v142 CL flag table entries to match xml files better
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v141_CL.json | 28 | ||||
-rw-r--r-- | Templates/MSBuild/FlagTables/v142_CL.json | 28 |
2 files changed, 28 insertions, 28 deletions
diff --git a/Templates/MSBuild/FlagTables/v141_CL.json b/Templates/MSBuild/FlagTables/v141_CL.json index 01fafe4..d4701f3 100644 --- a/Templates/MSBuild/FlagTables/v141_CL.json +++ b/Templates/MSBuild/FlagTables/v141_CL.json @@ -589,6 +589,20 @@ "flags": [] }, { + "name": "SupportJustMyCode", + "switch": "JMC-", + "comment": "", + "value": "false", + "flags": [] + }, + { + "name": "SupportJustMyCode", + "switch": "JMC", + "comment": "", + "value": "true", + "flags": [] + }, + { "name": "CompileAsWinRT", "switch": "ZW", "comment": "Consume Windows Runtime Extension", @@ -1250,19 +1264,5 @@ "comment": "C++14 (GNU Dialect)", "value": "gnu++1y", "flags": [] - }, - { - "name": "SupportJustMyCode", - "switch": "JMC-", - "comment": "", - "value": "false", - "flags": [] - }, - { - "name": "SupportJustMyCode", - "switch": "JMC", - "comment": "", - "value": "true", - "flags": [] } ] diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index 3305e56..68dcb13 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -434,6 +434,20 @@ "flags": [] }, { + "name": "ConformanceMode", + "switch": "permissive-", + "comment": "Conformance mode enabled", + "value": "true", + "flags": [] + }, + { + "name": "ConformanceMode", + "switch": "permissive", + "comment": "Conformance mode disabled", + "value": "false", + "flags": [] + }, + { "name": "LanguageStandard", "switch": "std:c++14", "comment": "ISO C++14 Standard", @@ -880,20 +894,6 @@ "flags": [] }, { - "name": "ConformanceMode", - "switch": "permissive-", - "comment": "Conformance mode enabled", - "value": "true", - "flags": [] - }, - { - "name": "ConformanceMode", - "switch": "permissive", - "comment": "Conformance mode disabled", - "value": "false", - "flags": [] - }, - { "name": "TreatWChar_tAsBuiltInType", "switch": "Zc:wchar_t-", "comment": "Treat WChar_t As Built in Type", |