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

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