MSYS Makefiles.rst 404 B

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