diff options
author | Kitware Robot <kwrobot@kitware.com> | 2013-10-15 15:04:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-15 15:17:08 (GMT) |
commit | 81759c77af28f367c71e71973d985dc1d7a7c87c (patch) | |
tree | 3f5609eee4635bece370f27ffac75610476a8a93 /Help/generator/Eclipse CDT4 - MinGW Makefiles.rst | |
parent | f85405f5515ed5cc20ffe97c485d7dfef6ffc288 (diff) | |
download | CMake-81759c77af28f367c71e71973d985dc1d7a7c87c.zip CMake-81759c77af28f367c71e71973d985dc1d7a7c87c.tar.gz CMake-81759c77af28f367c71e71973d985dc1d7a7c87c.tar.bz2 |
Add Help/generator/*.rst for Windows- and OS X-only generators
Run "cmake --help-full cmake.1.rst" by hand on Windows and OS X.
Copy the generator/*.rst documents for generators unique to those
platforms into Help/generator.
Diffstat (limited to 'Help/generator/Eclipse CDT4 - MinGW Makefiles.rst')
-rw-r--r-- | Help/generator/Eclipse CDT4 - MinGW Makefiles.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/generator/Eclipse CDT4 - MinGW Makefiles.rst b/Help/generator/Eclipse CDT4 - MinGW Makefiles.rst new file mode 100644 index 0000000..9e7a26e --- /dev/null +++ b/Help/generator/Eclipse CDT4 - MinGW Makefiles.rst @@ -0,0 +1,11 @@ +Eclipse CDT4 - MinGW Makefiles +------------------------------ + +Generates Eclipse CDT 4.0 project files. + +Project files for Eclipse will be created in the top directory. In +out of source builds, a linked resource to the top level source +directory will be created. Additionally a hierarchy of makefiles is +generated into the build tree. The appropriate make program can build +the project through the default make target. A "make install" target +is also provided. |