Lines Matching refs:MinGW
219 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
224 The MinGW home page (http://www.mingw.org/) says this:
226 MinGW: A collection of freely available and freely distributable Windows
240 On both MinGW and Cygwin, PCRE2 should build correctly using:
255 MinGW has no such restrictions. The MinGW compiler generates a library or
262 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
263 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
264 gcc and MinGW's gcc). So, a user can:
266 . Build native binaries by using MinGW or by getting Cygwin and using
283 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
305 Msys for Msys/MinGW or Visual Studio Command Prompt for VC/VC++. Do not try
314 Studio, MSYS makefiles, MinGW makefiles, etc.)
325 solution file for Visual Studio, makefiles for MinGW, etc. Exit from
327 E.g., for MinGW you can run "make", or for Visual Studio, open the PCRE2
333 MinGW: "make test"; for Visual Studio build the RUN_TESTS project. The