summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-05-21 13:51:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-05-21 13:51:44 (GMT)
commitd655b65256126e3e64156a5fc94c384925eed0ec (patch)
treeb9720667781981aa4f9e5e0df1e8f0b8b35be988 /Source
parent35cacf367bc7448b033772187fc69d83a0dc4b98 (diff)
downloadCMake-d655b65256126e3e64156a5fc94c384925eed0ec.zip
CMake-d655b65256126e3e64156a5fc94c384925eed0ec.tar.gz
CMake-d655b65256126e3e64156a5fc94c384925eed0ec.tar.bz2
ENH: fix rerun of cmake command
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 84df938..f4ad36c 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -178,9 +178,6 @@ void cmLocalVisualStudio6Generator::AddDSPBuildRule()
args +=
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeDirectory());
argv.push_back(args);
- args +=
- this->ConvertToRelativeOutputPath(m_Makefile->GetStartOutputDirectory());
- argv.push_back(args);
args = "-B";
args +=
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeOutputDirectory());