Revision 7486607c874de3e44d33f152775fd073de2ba2c0 authored by Brad King on 20 September 2017, 11:53:03 UTC, committed by Brad King on 20 September 2017, 11:53:03 UTC
1 parent 8dae0ab
Raw File
cmVS11RCFlagTable.h
static cmVS7FlagTable cmVS11RCFlagTable[] = {
  // Bool Properties
  { "NullTerminateStrings", "n", "", "true", 0 },
  { "SuppressStartupBanner", "nologo", "", "true", 0 },

  { 0, 0, 0, 0, 0 }
};
back to top