diff options
author | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-20 17:01:59 -0800 |
---|---|---|
committer | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-28 07:43:31 -0800 |
commit | 8107508b3e610cd2fbbcbf6111f125d39e16f74d (patch) | |
tree | 5c04c581d628cc4fbaada4ddc2a701b568825273 /Source/cmVS11RCFlagTable.h | |
parent | 6d855fbf442d1ab3b209ac9b46f97ad8e567df41 (diff) | |
download | cmake-8107508b3e610cd2fbbcbf6111f125d39e16f74d.tar.gz |
Remove old flag table headers
Diffstat (limited to 'Source/cmVS11RCFlagTable.h')
-rw-r--r-- | Source/cmVS11RCFlagTable.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmVS11RCFlagTable.h b/Source/cmVS11RCFlagTable.h deleted file mode 100644 index f71604c872..0000000000 --- a/Source/cmVS11RCFlagTable.h +++ /dev/null @@ -1,7 +0,0 @@ -static cmVS7FlagTable cmVS11RCFlagTable[] = { - // Bool Properties - { "NullTerminateStrings", "n", "", "true", 0 }, - { "SuppressStartupBanner", "nologo", "", "true", 0 }, - - { "", "", "", "", 0 } -}; |