cmake/Help/generator/MinGW Makefiles.rst

14 lines
476 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
MinGW Makefiles
---------------
2015-04-27 22:25:09 +02:00
Generates makefiles for use with ``mingw32-make`` under a Windows command
prompt.
2014-08-03 19:52:23 +02:00
2019-11-11 23:01:05 +01:00
Use this generator under a Windows command prompt with
MinGW (Minimalist GNU for Windows) in the ``PATH``
2015-04-27 22:25:09 +02:00
and using ``mingw32-make`` as the build tool. The generated makefiles use
``cmd.exe`` as the shell to launch build rules. They are not compatible with
MSYS or a unix shell.
To build under the MSYS shell, use the :generator:`MSYS Makefiles` generator.