MinGW Makefiles.rst 476 B

12345678910111213
  1. MinGW Makefiles
  2. ---------------
  3. Generates makefiles for use with ``mingw32-make`` under a Windows command
  4. prompt.
  5. Use this generator under a Windows command prompt with
  6. MinGW (Minimalist GNU for Windows) in the ``PATH``
  7. and using ``mingw32-make`` as the build tool. The generated makefiles use
  8. ``cmd.exe`` as the shell to launch build rules. They are not compatible with
  9. MSYS or a unix shell.
  10. To build under the MSYS shell, use the :generator:`MSYS Makefiles` generator.