BUG: fix name of command line version in dsp files
This commit is contained in:
parent
3ded009f08
commit
382b9d0508
|
@ -14,6 +14,9 @@ Package=<4>
|
|||
Begin Project Dependency
|
||||
Project_Dep_Name pcbuilderCMD
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name CMakeSetupCMD
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
|
|
@ -128,7 +128,7 @@ void cmDSPMakefile::WriteDSPBuildRule(std::ostream& fout)
|
|||
makefileIn += "/";
|
||||
makefileIn += "CMakeLists.txt";
|
||||
std::string dsprule = GetHomeDirectory();
|
||||
dsprule += "/CMake/pcbuilderCMD ";
|
||||
dsprule += "/CMake/Source/CMakeSetupCMD ";
|
||||
dsprule += makefileIn;
|
||||
dsprule += " -DSP -H";
|
||||
dsprule += this->GetHomeDirectory();
|
||||
|
|
|
@ -128,7 +128,7 @@ void cmDSPMakefile::WriteDSPBuildRule(std::ostream& fout)
|
|||
makefileIn += "/";
|
||||
makefileIn += "CMakeLists.txt";
|
||||
std::string dsprule = GetHomeDirectory();
|
||||
dsprule += "/CMake/pcbuilderCMD ";
|
||||
dsprule += "/CMake/Source/CMakeSetupCMD ";
|
||||
dsprule += makefileIn;
|
||||
dsprule += " -DSP -H";
|
||||
dsprule += this->GetHomeDirectory();
|
||||
|
|
Loading…
Reference in New Issue