BUG: fix name of command line version in dsp files

This commit is contained in:
Bill Hoffman 2000-08-31 14:15:58 -04:00
parent 3ded009f08
commit 382b9d0508
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@ Package=<4>
Begin Project Dependency Begin Project Dependency
Project_Dep_Name pcbuilderCMD Project_Dep_Name pcbuilderCMD
End Project Dependency End Project Dependency
Begin Project Dependency
Project_Dep_Name CMakeSetupCMD
End Project Dependency
}}} }}}
############################################################################### ###############################################################################

View File

@ -128,7 +128,7 @@ void cmDSPMakefile::WriteDSPBuildRule(std::ostream& fout)
makefileIn += "/"; makefileIn += "/";
makefileIn += "CMakeLists.txt"; makefileIn += "CMakeLists.txt";
std::string dsprule = GetHomeDirectory(); std::string dsprule = GetHomeDirectory();
dsprule += "/CMake/pcbuilderCMD "; dsprule += "/CMake/Source/CMakeSetupCMD ";
dsprule += makefileIn; dsprule += makefileIn;
dsprule += " -DSP -H"; dsprule += " -DSP -H";
dsprule += this->GetHomeDirectory(); dsprule += this->GetHomeDirectory();

View File

@ -128,7 +128,7 @@ void cmDSPMakefile::WriteDSPBuildRule(std::ostream& fout)
makefileIn += "/"; makefileIn += "/";
makefileIn += "CMakeLists.txt"; makefileIn += "CMakeLists.txt";
std::string dsprule = GetHomeDirectory(); std::string dsprule = GetHomeDirectory();
dsprule += "/CMake/pcbuilderCMD "; dsprule += "/CMake/Source/CMakeSetupCMD ";
dsprule += makefileIn; dsprule += makefileIn;
dsprule += " -DSP -H"; dsprule += " -DSP -H";
dsprule += this->GetHomeDirectory(); dsprule += this->GetHomeDirectory();