[Cmake-commits] [cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.205 1.206
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Feb 18 12:09:23 EST 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv4507
Modified Files:
cmGlobalXCodeGenerator.cxx
Log Message:
BUG: use the top level project name for the xcode depend helper directory names
Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.205
retrieving revision 1.206
diff -C 2 -d -r1.205 -r1.206
*** cmGlobalXCodeGenerator.cxx 27 Jan 2009 15:30:54 -0000 1.205
--- cmGlobalXCodeGenerator.cxx 18 Feb 2009 17:09:20 -0000 1.206
***************
*** 2699,2703 ****
std::string universal = t->GetDirectory();
universal += "/";
! universal += this->CurrentMakefile->GetProjectName();
universal += ".build/";
universal += configName;
--- 2699,2704 ----
std::string universal = t->GetDirectory();
universal += "/";
! universal +=
! this->LocalGenerators[0]->GetMakefile()->GetProjectName();
universal += ".build/";
universal += configName;
More information about the Cmake-commits
mailing list