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

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