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

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