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

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