You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
421 B
13 lines
421 B
MSYS Makefiles
|
|
--------------
|
|
|
|
Generates makefiles for use with MSYS (Minimal SYStem)
|
|
``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.
|