cmake/Source/cmVS11RCFlagTable.h

8 lines
197 B
C
Raw Normal View History

2016-07-09 11:21:54 +02:00
static cmVS7FlagTable cmVS11RCFlagTable[] = {
// Bool Properties
{ "NullTerminateStrings", "n", "", "true", 0 },
2017-07-20 19:35:53 +02:00
{ "SuppressStartupBanner", "nologo", "", "true", 0 },
2015-04-27 22:25:09 +02:00
2016-07-09 11:21:54 +02:00
{ 0, 0, 0, 0, 0 }
2015-04-27 22:25:09 +02:00
};