summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorLuigi Fiorentini <lfiorentini@topcon.com>2021-09-14 18:44:44 (GMT)
committerBrad King <brad.king@kitware.com>2021-09-22 13:19:47 (GMT)
commita2b782bbc113eab4c2d64d7f40fa6e829f6937b2 (patch)
tree0472e28e747258206c7d88a3d546c4eaf2795ea0 /Source/cmLocalVisualStudio7Generator.cxx
parent286bdad53108c0cdd80a27d62c421e65bd4e8e26 (diff)
downloadCMake-a2b782bbc113eab4c2d64d7f40fa6e829f6937b2.zip
CMake-a2b782bbc113eab4c2d64d7f40fa6e829f6937b2.tar.gz
CMake-a2b782bbc113eab4c2d64d7f40fa6e829f6937b2.tar.bz2
VS: Map /Y- flag to not use precompiled headers with VS 2008
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 9ad5f56..5d3e11a 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -402,6 +402,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] = {
cmVS7FlagTable::UserValueIgnored | cmVS7FlagTable::Continue },
{ "PrecompiledHeaderThrough", "Yc", "Precompiled Header Name", "",
cmVS7FlagTable::UserValueRequired },
+ { "UsePrecompiledHeader", "Y-", "Don't use precompiled header", "0", 0 },
{ "PrecompiledHeaderFile", "Fp", "Generated Precompiled Header", "",
cmVS7FlagTable::UserValue },
// The YX and Yu options are in a per-global-generator table because