mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
8279302110
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 cmVS14RCFlagTable[] = {
|
|
// Bool Properties
|
|
{ "NullTerminateStrings", "n", "", "true", 0 },
|
|
{ "SuppressStartupBanner", "nologo", "", "true", 0 },
|
|
|
|
{ "", "", "", "", 0 }
|
|
};
|