diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-05-21 13:51:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-05-21 13:51:44 (GMT) |
commit | d655b65256126e3e64156a5fc94c384925eed0ec (patch) | |
tree | b9720667781981aa4f9e5e0df1e8f0b8b35be988 /Source/cmLocalVisualStudio6Generator.cxx | |
parent | 35cacf367bc7448b033772187fc69d83a0dc4b98 (diff) | |
download | CMake-d655b65256126e3e64156a5fc94c384925eed0ec.zip CMake-d655b65256126e3e64156a5fc94c384925eed0ec.tar.gz CMake-d655b65256126e3e64156a5fc94c384925eed0ec.tar.bz2 |
ENH: fix rerun of cmake command
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 3 |
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()); |