소스 검색

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.
Kitware Robot 12 년 전
부모
커밋
81759c77af

+ 4 - 0
Help/generator/Borland Makefiles.rst

@@ -0,0 +1,4 @@
+Borland Makefiles
+-----------------
+
+Generates Borland makefiles.

+ 11 - 0
Help/generator/CodeBlocks - MinGW Makefiles.rst

@@ -0,0 +1,11 @@
+CodeBlocks - MinGW Makefiles
+----------------------------
+
+Generates CodeBlocks project files.
+
+Project files for CodeBlocks will be created in the top directory and
+in every subdirectory which features a CMakeLists.txt file containing
+a PROJECT() call.  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.

+ 11 - 0
Help/generator/CodeBlocks - NMake Makefiles.rst

@@ -0,0 +1,11 @@
+CodeBlocks - NMake Makefiles
+----------------------------
+
+Generates CodeBlocks project files.
+
+Project files for CodeBlocks will be created in the top directory and
+in every subdirectory which features a CMakeLists.txt file containing
+a PROJECT() call.  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.

+ 11 - 0
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.

+ 11 - 0
Help/generator/Eclipse CDT4 - NMake Makefiles.rst

@@ -0,0 +1,11 @@
+Eclipse CDT4 - NMake 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.

+ 7 - 0
Help/generator/MSYS Makefiles.rst

@@ -0,0 +1,7 @@
+MSYS Makefiles
+--------------
+
+Generates MSYS makefiles.
+
+The makefiles use /bin/sh as the shell.  They require msys to be
+installed on the machine.

+ 7 - 0
Help/generator/MinGW Makefiles.rst

@@ -0,0 +1,7 @@
+MinGW Makefiles
+---------------
+
+Generates a make file for use with mingw32-make.
+
+The makefiles generated use cmd.exe as the shell.  They do not require
+msys or a unix shell.

+ 4 - 0
Help/generator/NMake Makefiles JOM.rst

@@ -0,0 +1,4 @@
+NMake Makefiles JOM
+-------------------
+
+Generates JOM makefiles.

+ 4 - 0
Help/generator/NMake Makefiles.rst

@@ -0,0 +1,4 @@
+NMake Makefiles
+---------------
+
+Generates NMake makefiles.

+ 11 - 0
Help/generator/Sublime Text 2 - MinGW Makefiles.rst

@@ -0,0 +1,11 @@
+Sublime Text 2 - MinGW Makefiles
+--------------------------------
+
+Generates Sublime Text 2 project files.
+
+Project files for Sublime Text 2 will be created in the top directory
+and in every subdirectory which features a CMakeLists.txt file
+containing a PROJECT() call.  Additionally Makefiles (or build.ninja
+files) are 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.

+ 11 - 0
Help/generator/Sublime Text 2 - NMake Makefiles.rst

@@ -0,0 +1,11 @@
+Sublime Text 2 - NMake Makefiles
+--------------------------------
+
+Generates Sublime Text 2 project files.
+
+Project files for Sublime Text 2 will be created in the top directory
+and in every subdirectory which features a CMakeLists.txt file
+containing a PROJECT() call.  Additionally Makefiles (or build.ninja
+files) are 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.

+ 9 - 0
Help/generator/Visual Studio 10.rst

@@ -0,0 +1,9 @@
+Visual Studio 10
+----------------
+
+Generates Visual Studio 10 (2010) project files.
+
+It is possible to append a space followed by the platform name to
+create project files for a specific target platform.  E.g.  "Visual
+Studio 10 Win64" will create project files for the x64 processor;
+"Visual Studio 10 IA64" for Itanium.

+ 9 - 0
Help/generator/Visual Studio 11.rst

@@ -0,0 +1,9 @@
+Visual Studio 11
+----------------
+
+Generates Visual Studio 11 (2012) project files.
+
+It is possible to append a space followed by the platform name to
+create project files for a specific target platform.  E.g.  "Visual
+Studio 11 Win64" will create project files for the x64 processor;
+"Visual Studio 11 ARM" for ARM.

+ 9 - 0
Help/generator/Visual Studio 12.rst

@@ -0,0 +1,9 @@
+Visual Studio 12
+----------------
+
+Generates Visual Studio 12 (2013) project files.
+
+It is possible to append a space followed by the platform name to
+create project files for a specific target platform.  E.g.  "Visual
+Studio 12 Win64" will create project files for the x64 processor;
+"Visual Studio 12 ARM" for ARM.

+ 4 - 0
Help/generator/Visual Studio 6.rst

@@ -0,0 +1,4 @@
+Visual Studio 6
+---------------
+
+Generates Visual Studio 6 project files.

+ 4 - 0
Help/generator/Visual Studio 7 .NET 2003.rst

@@ -0,0 +1,4 @@
+Visual Studio 7 .NET 2003
+-------------------------
+
+Generates Visual Studio .NET 2003 project files.

+ 4 - 0
Help/generator/Visual Studio 7.rst

@@ -0,0 +1,4 @@
+Visual Studio 7
+---------------
+
+Generates Visual Studio .NET 2002 project files.

+ 8 - 0
Help/generator/Visual Studio 8 2005.rst

@@ -0,0 +1,8 @@
+Visual Studio 8 2005
+--------------------
+
+Generates Visual Studio 8 2005 project files.
+
+It is possible to append a space followed by the platform name to
+create project files for a specific target platform.  E.g.  "Visual
+Studio 8 2005 Win64" will create project files for the x64 processor.

+ 9 - 0
Help/generator/Visual Studio 9 2008.rst

@@ -0,0 +1,9 @@
+Visual Studio 9 2008
+--------------------
+
+Generates Visual Studio 9 2008 project files.
+
+It is possible to append a space followed by the platform name to
+create project files for a specific target platform.  E.g.  "Visual
+Studio 9 2008 Win64" will create project files for the x64 processor;
+"Visual Studio 9 2008 IA64" for Itanium.

+ 4 - 0
Help/generator/Watcom WMake.rst

@@ -0,0 +1,4 @@
+Watcom WMake
+------------
+
+Generates Watcom WMake makefiles.

+ 4 - 0
Help/generator/Xcode.rst

@@ -0,0 +1,4 @@
+Xcode
+-----
+
+Generate Xcode project files.