mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
844f98c1fd
Explain the usage of each generator more clearly and reference each as an alternative to the other. Suggested-by: Craig Hicks <hicks111@hotmail.com>
12 lines
404 B
ReStructuredText
12 lines
404 B
ReStructuredText
MSYS Makefiles
|
|
--------------
|
|
|
|
Generates makefiles for use with MSYS ``make`` under the MSYS shell.
|
|
|
|
Use this generator in a MSYS shell prompt and using ``make`` as the build
|
|
tool. The generated makefiles use ``/bin/sh`` as the shell to launch build
|
|
rules. They are not compatible with a Windows command prompt.
|
|
|
|
To build under a Windows command prompt, use the
|
|
:generator:`MinGW Makefiles` generator.
|