cmake/Source/cmVS10RCFlagTable.h

7 lines
141 B
C
Raw Normal View History

2016-07-09 11:21:54 +02:00
static cmVS7FlagTable cmVS10RCFlagTable[] = {
// Bool Properties
{ "NullTerminateStrings", "n", "", "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
};