Browse Source

ENH: fix rerun of cmake command

Bill Hoffman 21 years ago
parent
commit
d655b65256
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Source/cmLocalVisualStudio6Generator.cxx

+ 0 - 3
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());