Eclipse CDT4.rst 776 B

12345678910111213141516171819202122232425
  1. Eclipse CDT4
  2. ------------
  3. Generates Eclipse CDT 4.0 project files.
  4. Project files for Eclipse will be created in the top directory. In
  5. out of source builds, a linked resource to the top level source
  6. directory will be created. Additionally a hierarchy of makefiles is
  7. generated into the build tree. The appropriate make program can build
  8. the project through the default make target. A "make install" target
  9. is also provided.
  10. This "extra" generator may be specified as:
  11. ``Eclipse CDT4 - MinGW Makefiles``
  12. Generate with :generator:`MinGW Makefiles`.
  13. ``Eclipse CDT4 - NMake Makefiles``
  14. Generate with :generator:`NMake Makefiles`.
  15. ``Eclipse CDT4 - Ninja``
  16. Generate with :generator:`Ninja`.
  17. ``Eclipse CDT4 - Unix Makefiles``
  18. Generate with :generator:`Unix Makefiles`.