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