[Cmake-commits] [cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.186.2.11 1.186.2.12

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 19 11:17:31 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv6032/Source

Modified Files:
      Tag: CMake-2-6
	cmGlobalXCodeGenerator.cxx 
Log Message:
BUG: fix xcode depend issue again on branch


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.186.2.11
retrieving revision 1.186.2.12
diff -C 2 -d -r1.186.2.11 -r1.186.2.12
*** cmGlobalXCodeGenerator.cxx	18 Feb 2009 17:40:26 -0000	1.186.2.11
--- cmGlobalXCodeGenerator.cxx	19 Feb 2009 16:17:27 -0000	1.186.2.12
***************
*** 2692,2697 ****
            std::string universal = t->GetDirectory();
            universal += "/";
!           universal +=
!             this->LocalGenerators[0]->GetMakefile()->GetProjectName(); 
            universal += ".build/";
            universal += configName;
--- 2692,2696 ----
            std::string universal = t->GetDirectory();
            universal += "/";
!           universal += this->CurrentProject;
            universal += ".build/";
            universal += configName;
***************
*** 2706,2710 ****
              universalFile += *arch;
              universalFile += "/";
!             universalFile += t->GetName();
              makefileStream << "\t/bin/rm -f "
                             << 
--- 2705,2709 ----
              universalFile += *arch;
              universalFile += "/";
!             universalFile += t->GetFullName(configName);
              makefileStream << "\t/bin/rm -f "
                             << 



More information about the Cmake-commits mailing list