cmake/Source/cmVS12RCFlagTable.h
2017-07-20 19:35:53 +02:00

8 lines
197 B
C

static cmVS7FlagTable cmVS12RCFlagTable[] = {
// Bool Properties
{ "NullTerminateStrings", "n", "", "true", 0 },
{ "SuppressStartupBanner", "nologo", "", "true", 0 },
{ 0, 0, 0, 0, 0 }
};