BUG: use the top level project name for the xcode depend helper directory names

This commit is contained in:
Bill Hoffman 2009-02-18 12:09:20 -05:00
parent e266c37730
commit f535cf99ed
1 changed files with 2 additions and 1 deletions

View File

@ -2698,7 +2698,8 @@ cmGlobalXCodeGenerator::CreateXCodeDependHackTarget(
{ {
std::string universal = t->GetDirectory(); std::string universal = t->GetDirectory();
universal += "/"; universal += "/";
universal += this->CurrentMakefile->GetProjectName(); universal +=
this->LocalGenerators[0]->GetMakefile()->GetProjectName();
universal += ".build/"; universal += ".build/";
universal += configName; universal += configName;
universal += "/"; universal += "/";