VS: Add /FI flag table entry for separate argument to v145 toolset

Apply the change from commit 20cd951c9f (VS: Add compiler flag table
entry for -FI followed by separate argument, 2022-04-01,
v3.24.0-rc1~351^2) to the v145 flag table.
This commit is contained in:
Brad King
2025-09-10 17:01:10 -04:00
parent 267dec2d42
commit 54a5772ce6
+11
View File
@@ -1497,6 +1497,17 @@
"value": "",
"flags": [
"UserValue",
"UserRequired",
"SemicolonAppendable"
]
},
{
"name": "ForcedIncludeFiles",
"switch": "FI",
"comment": "Forced Include File",
"value": "",
"flags": [
"UserFollowing",
"SemicolonAppendable"
]
},