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