[Cmake-commits] [cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.228 1.229
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Sep 21 13:18:49 EDT 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv15427
Modified Files:
cmGlobalXCodeGenerator.cxx
Log Message:
Fix Bug #8332, add support for .pch files for Xcode.
Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.228
retrieving revision 1.229
diff -C 2 -d -r1.228 -r1.229
*** cmGlobalXCodeGenerator.cxx 21 Sep 2009 17:15:11 -0000 1.228
--- cmGlobalXCodeGenerator.cxx 21 Sep 2009 17:18:45 -0000 1.229
***************
*** 639,643 ****
sourcecode += ".c.h";
}
! else if(ext == "hxx" || ext == "hpp" || ext == "txx")
{
sourcecode += ".cpp.h";
--- 639,644 ----
sourcecode += ".c.h";
}
! else if(ext == "hxx" || ext == "hpp" || ext == "txx"
! || ext == "pch")
{
sourcecode += ".cpp.h";
More information about the Cmake-commits
mailing list