1MSYS Makefiles
2--------------
3
4Generates makefiles for use with MSYS (Minimal SYStem)
5``make`` under the MSYS shell.
6
7Use this generator in a MSYS shell prompt and using ``make`` as the build
8tool.  The generated makefiles use ``/bin/sh`` as the shell to launch build
9rules.  They are not compatible with a Windows command prompt.
10
11To build under a Windows command prompt, use the
12:generator:`MinGW Makefiles` generator.
13