[Cmake-commits] [cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.223 1.224

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 14 15:20:17 EDT 2009


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

Modified Files:
	cmGlobalXCodeGenerator.cxx 
Log Message:
Bug #8356, add support for image types in Xcode files.


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.223
retrieving revision 1.224
diff -C 2 -d -r1.223 -r1.224
*** cmGlobalXCodeGenerator.cxx	14 Sep 2009 18:59:27 -0000	1.223
--- cmGlobalXCodeGenerator.cxx	14 Sep 2009 19:20:15 -0000	1.224
***************
*** 651,654 ****
--- 651,658 ----
      sourcecode += ".c.c";
      }
+   else if(ext == "png" || ext == "gif" || ext == "jpg")
+     {
+     sourcecode = "image";
+     }
    else if(ext == "txt")
      {



More information about the Cmake-commits mailing list