Eclipse CDT4 Generator: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 11: Line 11:
Since August 1st the Eclipse generator is included in CMake cvs.
Since August 1st the Eclipse generator is included in CMake cvs.


If patches are needed, you can get them this way:
If you would like to monitor the changes to the EclipseCDT4 support, you can view the following links which contain the cvs history log for changes to the two main files:
 
* [http://www.cmake.org/cgi-bin/viewcvs.cgi/Source/cmExtraEclipseCDT4Generator.h?rev=1.2&root=CMake&view=log cmExtraEclipseCDT4Generator.h]
* download [[Media:eclipse_cdt4_generator.tgz|this file]].
* [http://www.cmake.org/cgi-bin/viewcvs.cgi/Source/cmExtraEclipseCDT4Generator.cxx?rev=1.5&root=CMake&view=log cmExtraEclipseCDT4Generator.cxx]
* apply the patch contained to the cvs copy:
<pre>
cd /path/to/cmake/source
patch -p0 < /path/to/eclipse_cdt4_generator.patch
</pre>


{{CMake/Template/Footer}}
{{CMake/Template/Footer}}

Revision as of 14:05, 20 September 2007

Eclipse CDT 4.0 Generator

CMake generated Eclipse Project for TSP
Eclipse opens CMake project file

There is an Eclipse CDT 4.0 generator being developed on top of the Makefile generators available now (i.e., "Unix Makefiles", "MinGW Makefiles", "MSYS Makefiles", and maybe "NMake Makefiles").

With this generator it is possible to create a set of .project/.cproject files that can be imported in Eclipse as an "Existing Eclipse project".

Since August 1st the Eclipse generator is included in CMake cvs.

If you would like to monitor the changes to the EclipseCDT4 support, you can view the following links which contain the cvs history log for changes to the two main files:



CMake: [Welcome | Site Map]