From d655b65256126e3e64156a5fc94c384925eed0ec Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 21 May 2004 09:51:44 -0400 Subject: [PATCH] ENH: fix rerun of cmake command --- Source/cmLocalVisualStudio6Generator.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index 84df938291..f4ad36ce3b 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());