summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-06 14:46:42 (GMT)
committerBrad King <brad.king@kitware.com>2014-01-06 14:46:42 (GMT)
commit3401c72c44a099f226c2d790e3bdb6859691416d (patch)
tree0579b36a1edb85ee5945a26b65ef1d7c0c4c0c27
parentebf70b037ddc45941c3ad2152622fd7326517c1e (diff)
parentbf1db4963fe9b71a2a4bd7232604ccea730ef4d2 (diff)
downloadCMake-3401c72c44a099f226c2d790e3bdb6859691416d.zip
CMake-3401c72c44a099f226c2d790e3bdb6859691416d.tar.gz
CMake-3401c72c44a099f226c2d790e3bdb6859691416d.tar.bz2
Merge branch 'vs9-map-Fd' into release
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index bd6c860..8ffd96e 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -477,6 +477,8 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
{"AssemblerListingLocation", "Fa", "ASM List Location", "",
cmVS7FlagTable::UserValue},
+ {"ProgramDataBaseFileName", "Fd", "Program Database File Name", "",
+ cmVS7FlagTable::UserValue},
// boolean flags
{"BufferSecurityCheck", "GS", "Buffer security check", "TRUE", 0},