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

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