FlagTables: Add entries for cl -scanDependencies flag

As of VS 17.6, MSBuild maps `ModuleDependenciesFile` to this flag
instead of the older `-sourceDependencies:directives` flag.
Map both flags to `ModuleDependenciesFile` for compatibility.
stage/master/nightly/2023/10/18
Ben Boeckel 2023-10-16 21:57:53 -04:00 committed by Brad King
parent a22e9e7cf0
commit 50f3c58083
2 changed files with 18 additions and 0 deletions

View File

@ -1411,6 +1411,15 @@
"UserFollowing"
]
},
{
"name": "ModuleDependenciesFile",
"switch": "scanDependencies",
"comment": "Module Dependencies File Name",
"value": "",
"flags": [
"UserFollowing"
]
},
{
"name": "ModuleDependenciesFile",
"switch": "sourceDependencies:directives",

View File

@ -1410,6 +1410,15 @@
"UserFollowing"
]
},
{
"name": "ModuleDependenciesFile",
"switch": "scanDependencies",
"comment": "Module Dependencies File Name",
"value": "",
"flags": [
"UserFollowing"
]
},
{
"name": "ModuleDependenciesFile",
"switch": "sourceDependencies:directives",