mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 13:40:42 -06:00
Convert from char* to std::string in flag tables. Change termination condition from nullptr to empty string in command flag. Update tables to store empty strings.
8 lines
201 B
C
8 lines
201 B
C
static cmVS7FlagTable cmVS12RCFlagTable[] = {
|
|
// Bool Properties
|
|
{ "NullTerminateStrings", "n", "", "true", 0 },
|
|
{ "SuppressStartupBanner", "nologo", "", "true", 0 },
|
|
|
|
{ "", "", "", "", 0 }
|
|
};
|