ENH: fix rerun of cmake command
This commit is contained in:
parent
35cacf367b
commit
d655b65256
|
@ -178,9 +178,6 @@ void cmLocalVisualStudio6Generator::AddDSPBuildRule()
|
||||||
args +=
|
args +=
|
||||||
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeDirectory());
|
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeDirectory());
|
||||||
argv.push_back(args);
|
argv.push_back(args);
|
||||||
args +=
|
|
||||||
this->ConvertToRelativeOutputPath(m_Makefile->GetStartOutputDirectory());
|
|
||||||
argv.push_back(args);
|
|
||||||
args = "-B";
|
args = "-B";
|
||||||
args +=
|
args +=
|
||||||
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeOutputDirectory());
|
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeOutputDirectory());
|
||||||
|
|
Loading…
Reference in New Issue