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