blob: 17202763a78c50d9315ecb56684c9aa7c3e508de (
plain)
1
2
3
4
5
6
7
|
static cmVS7FlagTable cmVS14RCFlagTable[] = {
// Bool Properties
{ "NullTerminateStrings", "n", "", "true", 0 },
{ "SuppressStartupBanner", "nologo", "", "true", 0 },
{ "", "", "", "", 0 }
};
|