diff options
author | Brad King <brad.king@kitware.com> | 2011-01-04 20:45:51 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-01-04 20:45:51 (GMT) |
commit | 45b61209f972cc6f1f644f14739a67c6fc530da7 (patch) | |
tree | 371c54e4541207d30f49c7e4b76742310a9c13df /Source | |
parent | 2bb193a7f2c5b9144ee1b5fdde8de801e2baf037 (diff) | |
parent | b29eadd8f38fcfd7b0635501f5e1429e7cb69865 (diff) | |
download | CMake-45b61209f972cc6f1f644f14739a67c6fc530da7.zip CMake-45b61209f972cc6f1f644f14739a67c6fc530da7.tar.gz CMake-45b61209f972cc6f1f644f14739a67c6fc530da7.tar.bz2 |
Merge topic 'vs-force-multiple-include'
b29eadd Map multiple /FI flags for VS < 10 (#11649)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index b22c429..418b8b4 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -427,7 +427,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] = // The YX and Yu options are in a per-global-generator table because // their values differ based on the VS IDE version. {"ForcedIncludeFiles", "FI", "Forced include files", "", - cmVS7FlagTable::UserValueRequired}, + cmVS7FlagTable::UserValueRequired | cmVS7FlagTable::SemicolonAppendable}, // boolean flags {"BufferSecurityCheck", "GS", "Buffer security check", "TRUE", 0}, |