2010/7/26 Olaf van der Spek <[email protected]>: > On Mon, Jul 26, 2010 at 8:32 PM, Eric Noulard <[email protected]> wrote: >>> Thanks a lot. >>> So the Code Blocks gen isn't native? Just uses a makefile for the >>> build system. That explains it. >> >> It depends on what you mean by "native". >> The project file for Code::Blocks is generated by CMake but >> Code::Blocks may be used with "external" makefile(s) >> which are generated by CMake too. > > By native I mean what Code Blocks projects use by default. I assume > they don't use an external makefile.
No you are right the default is to use some "builtin" project file and dependency tracking etc... Now if you look at the Eclipse CDT4 generator this difference blurs because Eclipse CDT do use Makefiles bu they can be "managed" (generated by Eclipse CDT) or "custom/unmanaged" and that's the way it is used with CMake Eclipse CDT generator. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
