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.
This commit is contained in:
parent
f85405f551
commit
81759c77af
|
@ -0,0 +1,4 @@
|
|||
Borland Makefiles
|
||||
-----------------
|
||||
|
||||
Generates Borland makefiles.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -0,0 +1,4 @@
|
|||
NMake Makefiles JOM
|
||||
-------------------
|
||||
|
||||
Generates JOM makefiles.
|
|
@ -0,0 +1,4 @@
|
|||
NMake Makefiles
|
||||
---------------
|
||||
|
||||
Generates NMake makefiles.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -0,0 +1,4 @@
|
|||
Visual Studio 6
|
||||
---------------
|
||||
|
||||
Generates Visual Studio 6 project files.
|
|
@ -0,0 +1,4 @@
|
|||
Visual Studio 7 .NET 2003
|
||||
-------------------------
|
||||
|
||||
Generates Visual Studio .NET 2003 project files.
|
|
@ -0,0 +1,4 @@
|
|||
Visual Studio 7
|
||||
---------------
|
||||
|
||||
Generates Visual Studio .NET 2002 project files.
|
|
@ -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.
|
|
@ -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.
|
|
@ -0,0 +1,4 @@
|
|||
Watcom WMake
|
||||
------------
|
||||
|
||||
Generates Watcom WMake makefiles.
|
|
@ -0,0 +1,4 @@
|
|||
Xcode
|
||||
-----
|
||||
|
||||
Generate Xcode project files.
|
Loading…
Reference in New Issue