Not sure if I am going to get the time to try it out in the near future, though it is good to see a generator for eclipse. Not sure if there will be any changes needed when Eclipse 3.3/CDT4.0 finally arrive in the next few weeks.

Nice Effort though. Keep up the good work.

--
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On Jun 21, 2007, at 1:25 PM, Alexander Neundorf wrote:

Hi,

CMake cvs now makes adding generators for IDEs which work with external
makefiles easier.
There is a new class cmExternalMakefileProjectGenerator, which can be
subclassed and be used to create project files for your prefered IDE. This is currently done that way with the KDevelop generator (for UNIX). The UNIX Makefile generator generates all the makefiles as usual, and after that the KDevelop generator runs and creates the xml project files for kdevelop which basically set up the directories, targets and source files part of this
project.

Since Eclipse supports also projects with existing makefiles, it should be not hard to write such an generator for this kind of Eclipse projects. Then you
could simply run cmake -G"Mingw Makefile - Eclipse" and you will get
everything set up for Eclipse.

If you are interested, it would be nice if you could go ahead and try it and
ask if you have questions.

Alex

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to