MSYS Makefiles.rst 421 B

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