summaryrefslogtreecommitdiff
path: root/Source/cmVS11RCFlagTable.h
blob: 4997fe115724ce5112bdc282e688eb59315ea712 (plain)
1
2
3
4
5
6
7
static cmVS7FlagTable cmVS11RCFlagTable[] = {
  // Bool Properties
  { "NullTerminateStrings", "n", "", "true", 0 },
  { "SuppressStartupBanner", "nologo", "", "true", 0 },

  { 0, 0, 0, 0, 0 }
};