diff options
author | Sebastian Herbst <template.meta.programmer@googlemail.com> | 2010-03-09 20:00:56 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-02-01 20:09:05 (GMT) |
commit | e9425d405373947662957a847a6827a4cd46670d (patch) | |
tree | 3cd3c70fb345de72e645fecc4a7d8719e1c3073d /Source/cmLocalVisualStudio7Generator.cxx | |
parent | ea9de57750775dd80e83f6b6d5bd930a221b6f32 (diff) | |
download | CMake-e9425d405373947662957a847a6827a4cd46670d.zip CMake-e9425d405373947662957a847a6827a4cd46670d.tar.gz CMake-e9425d405373947662957a847a6827a4cd46670d.tar.bz2 |
VS7/8/9: Add flag map for string pooling option (#10397)
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 4f0cbb9..de53025 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -462,6 +462,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] = "Disables whole program optimization", "FALSE", 0}, {"WarnAsError", "WX", "Treat warnings as errors", "TRUE", 0}, {"BrowseInformation", "FR", "Generate browse information", "1", 0}, + {"StringPooling", "GF", "Enable StringPooling", "TRUE", 0}, {0,0,0,0,0} }; |