-
- Downloads
VS: Remove C++ module CompileAs flag table entries for v142 and v143
The `CompileAs` entry in a `.vcxproj` file with values: * `CompileAsCppModule` for `-interface` * `CompileAsCppModuleInternalPartition` for `-internalPartition` * `CompileAsHeaderUnit` for `-exportHeader` does not cause the corresponding flag to be added to the command line. Drop the flag table entries so that the flags go to `AdditionalOptions`. Fixes: #22477
parent
8fb349a8
No related branches found
No related tags found
-
mentioned in commit f90d995e
-
mentioned in commit ec35b3b5
-
mentioned in issue #22535 (closed)
Please register or sign in to comment