blob: f7cfa4461b8a137e24b8d071ec1bda20a1178550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|