ENH: do not put a rule in to rebuild the ALL_BUILD.dsp file, as it is not possible...
This commit is contained in:
parent
ddd5a7d729
commit
abff98fb9d
@ -151,6 +151,10 @@ void cmDSPWriter::CreateSingleDSP(const char *lname, cmTarget &target)
|
|||||||
void cmDSPWriter::AddDSPBuildRule(cmSourceGroup& sourceGroup)
|
void cmDSPWriter::AddDSPBuildRule(cmSourceGroup& sourceGroup)
|
||||||
{
|
{
|
||||||
std::string dspname = *(m_CreatedProjectNames.end()-1);
|
std::string dspname = *(m_CreatedProjectNames.end()-1);
|
||||||
|
if(dspname == "ALL_BUILD")
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
dspname += ".dsp";
|
dspname += ".dsp";
|
||||||
std::string makefileIn = "\"";
|
std::string makefileIn = "\"";
|
||||||
makefileIn += m_Makefile->GetStartDirectory();
|
makefileIn += m_Makefile->GetStartDirectory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user