diff options
Diffstat (limited to 'Help/generator/MSYS Makefiles.rst')
-rw-r--r-- | Help/generator/MSYS Makefiles.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/generator/MSYS Makefiles.rst b/Help/generator/MSYS Makefiles.rst new file mode 100644 index 000000000..f7cfa4461 --- /dev/null +++ b/Help/generator/MSYS Makefiles.rst @@ -0,0 +1,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. |