summaryrefslogtreecommitdiff
path: root/Source/cmVS11RCFlagTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVS11RCFlagTable.h')
-rw-r--r--Source/cmVS11RCFlagTable.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmVS11RCFlagTable.h b/Source/cmVS11RCFlagTable.h
new file mode 100644
index 000000000..4997fe115
--- /dev/null
+++ b/Source/cmVS11RCFlagTable.h
@@ -0,0 +1,7 @@
+static cmVS7FlagTable cmVS11RCFlagTable[] = {
+ // Bool Properties
+ { "NullTerminateStrings", "n", "", "true", 0 },
+ { "SuppressStartupBanner", "nologo", "", "true", 0 },
+
+ { 0, 0, 0, 0, 0 }
+};