cmVS14RCFlagTable.h 197 B

1234567
  1. static cmVS7FlagTable cmVS14RCFlagTable[] = {
  2. // Bool Properties
  3. { "NullTerminateStrings", "n", "", "true", 0 },
  4. { "SuppressStartupBanner", "nologo", "", "true", 0 },
  5. { 0, 0, 0, 0, 0 }
  6. };