[Cmake-commits] [cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.208 1.209

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 19 11:51:26 EST 2009


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

Modified Files:
	cmGlobalXCodeGenerator.cxx 
Log Message:
BUG: fix xcode depend issue and add a test for it


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.208
retrieving revision 1.209
diff -C 2 -d -r1.208 -r1.209
*** cmGlobalXCodeGenerator.cxx	19 Feb 2009 16:20:09 -0000	1.208
--- cmGlobalXCodeGenerator.cxx	19 Feb 2009 16:51:24 -0000	1.209
***************
*** 2707,2711 ****
            universal += configName;
            universal += "/";
!           universal += t->GetName();
            universal += ".build/Objects-normal/";
            for( std::vector<std::string>::iterator arch = 
--- 2707,2711 ----
            universal += configName;
            universal += "/";
!           universal += t->GetFullName(configName);
            universal += ".build/Objects-normal/";
            for( std::vector<std::string>::iterator arch = 



More information about the Cmake-commits mailing list