BUG 178: make top level cmakelist file a source in ALL_BUILD

This commit is contained in:
Bill Hoffman 2004-04-22 09:44:41 -04:00
parent 6918844bd6
commit 4e8b76dc93
2 changed files with 0 additions and 8 deletions

View File

@ -160,10 +160,6 @@ void cmLocalVisualStudio6Generator::CreateSingleDSP(const char *lname, cmTarget
void cmLocalVisualStudio6Generator::AddDSPBuildRule()
{
std::string dspname = *(m_CreatedProjectNames.end()-1);
if(dspname == "ALL_BUILD")
{
return;
}
dspname += ".dsp.cmake";
std::string makefileIn = m_Makefile->GetStartDirectory();
makefileIn += "/";

View File

@ -133,10 +133,6 @@ void cmLocalVisualStudio7Generator::CreateSingleVCProj(const char *lname, cmTarg
void cmLocalVisualStudio7Generator::AddVCProjBuildRule()
{
std::string dspname = *(m_CreatedProjectNames.end()-1);
if(dspname == "ALL_BUILD")
{
return;
}
dspname += ".vcproj.cmake";
std::string makefileIn = m_Makefile->GetStartDirectory();
makefileIn += "/";