cmake/Help/generator/MSYS Makefiles.rst

13 lines
421 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
MSYS Makefiles
--------------
2019-11-11 23:01:05 +01:00
Generates makefiles for use with MSYS (Minimal SYStem)
``make`` under the MSYS shell.
2014-08-03 19:52:23 +02:00
2015-04-27 22:25:09 +02:00
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.