-
- Downloads
VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS
Since commit v3.9.0-rc1~160^2 (VS: Use tool-specific flag table for COMPILE_FLAGS parsing, 2017-05-03) we now correctly use the `rc` flag table to process the COMPILE_FLAGS flags of `.rc` source files instead of incorrectly using the `cl` flag table as before. However, our `rc` flag table is not complete. The `/nologo` flag was working before only by accident because the `cl` flag table entry for it happened to match. Add the proper entry to the `rc` flag table. Fixes: #16991
Showing
- Source/cmVS10RCFlagTable.h 1 addition, 0 deletionsSource/cmVS10RCFlagTable.h
- Source/cmVS11RCFlagTable.h 1 addition, 0 deletionsSource/cmVS11RCFlagTable.h
- Source/cmVS12RCFlagTable.h 1 addition, 0 deletionsSource/cmVS12RCFlagTable.h
- Source/cmVS14RCFlagTable.h 1 addition, 0 deletionsSource/cmVS14RCFlagTable.h
- Tests/VSResource/CMakeLists.txt 4 additions, 0 deletionsTests/VSResource/CMakeLists.txt
Please register or sign in to comment