2013-10-15 11:04:26 -04:00
|
|
|
MSYS Makefiles
|
|
|
|
--------------
|
|
|
|
|
2014-12-19 08:51:17 -05:00
|
|
|
Generates makefiles for use with MSYS ``make`` under the MSYS shell.
|
2013-10-15 11:04:26 -04:00
|
|
|
|
2014-12-19 08:51:17 -05: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.
|