ENH: use absolute paths

This commit is contained in:
Bill Hoffman 2005-01-28 16:26:03 -05:00
parent 97cd380970
commit bbba869cfc
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ cmGlobalXCodeGenerator::CreateXCodeSourceFile(cmLocalGenerator* lg,
fileRef->AddAttribute("path", this->CreateString(
lg->ConvertToRelativeOutputPath(sf->GetFullPath().c_str()).c_str()));
fileRef->AddAttribute("refType", this->CreateString("4"));
fileRef->AddAttribute("sourceTree", this->CreateString("\"<group>\""));
fileRef->AddAttribute("sourceTree", this->CreateString("\"<absolute>\""));
return buildFile;
}