MinGW Makefiles.rst 447 B

123456789101112
  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 MinGW in the ``PATH``
  6. and using ``mingw32-make`` as the build tool. The generated makefiles use
  7. ``cmd.exe`` as the shell to launch build rules. They are not compatible with
  8. MSYS or a unix shell.
  9. To build under the MSYS shell, use the :generator:`MSYS Makefiles` generator.