diff options
Diffstat (limited to 'Source/cmVS14RCFlagTable.h')
-rw-r--r-- | Source/cmVS14RCFlagTable.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmVS14RCFlagTable.h b/Source/cmVS14RCFlagTable.h new file mode 100644 index 0000000..5dc8d5a --- /dev/null +++ b/Source/cmVS14RCFlagTable.h @@ -0,0 +1,7 @@ +static cmVS7FlagTable cmVS14RCFlagTable[] = { + // Bool Properties + { "NullTerminateStrings", "n", "", "true", 0 }, + { "SuppressStartupBanner", "nologo", "", "true", 0 }, + + { 0, 0, 0, 0, 0 } +}; |