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