summaryrefslogtreecommitdiff
path: root/3.8.2/doc/cmake/html/_sources/generator/MSYS Makefiles.rst.txt
diff options
context:
space:
mode:
Diffstat (limited to '3.8.2/doc/cmake/html/_sources/generator/MSYS Makefiles.rst.txt')
-rw-r--r--3.8.2/doc/cmake/html/_sources/generator/MSYS Makefiles.rst.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/3.8.2/doc/cmake/html/_sources/generator/MSYS Makefiles.rst.txt b/3.8.2/doc/cmake/html/_sources/generator/MSYS Makefiles.rst.txt
deleted file mode 100644
index f7cfa44..0000000
--- a/3.8.2/doc/cmake/html/_sources/generator/MSYS Makefiles.rst.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-MSYS Makefiles
---------------
-
-Generates makefiles for use with MSYS ``make`` under the MSYS shell.
-
-Use this generator in a MSYS shell prompt and using ``make`` as the build
-tool. The generated makefiles use ``/bin/sh`` as the shell to launch build
-rules. They are not compatible with a Windows command prompt.
-
-To build under a Windows command prompt, use the
-:generator:`MinGW Makefiles` generator.