Andre Poenitz wrote: > On Mon, Apr 23, 2007 at 11:40:34AM -0500, Bo Peng wrote: >>>> So the conclusion is that you guys are outnumbered. :-) >>>> >>>> Complain now or never: >>> Do you mean you have done the work already? >> No. It is a lot of work. If nobody objects, I plain to do something like >> >> foreach f in (`find . -name '*.C'`) >> svn mv $f $f:r.cpp >> end >> svn ci > > You should make sure things compile. > >> and then do the more troublesome file rename later. After that, people >> should jump in for the #include, autotools, scons changes (i do not >> know how those can be done in an organized way). > > So keep your hands off. > > Andre' >
Use this for cmake. -- Peter Kümmel
Index: development/cmake/CMakeLists.txt =================================================================== --- development/cmake/CMakeLists.txt (revision 17923) +++ development/cmake/CMakeLists.txt (working copy) @@ -31,7 +31,7 @@ endif(NOT GROUP_CODE) # lyx's source files -set(LYX_CPP_FILES *.C) +set(LYX_CPP_FILES *.cpp) set(LYX_HPP_FILES *.h) include(LyXPaths)
