Lines Matching full:mingw
214 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
219 The MinGW home page (http://www.mingw.org/) says this:
221 MinGW: A collection of freely available and freely distributable Windows
235 On both MinGW and Cygwin, PCRE2 should build correctly using:
250 MinGW has no such restrictions. The MinGW compiler generates a library or
257 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
258 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
259 gcc and MinGW's gcc). So, a user can:
261 . Build native binaries by using MinGW or by getting Cygwin and using
278 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
300 Msys for Msys/MinGW or Visual Studio Command Prompt for VC/VC++. Do not try
309 Studio, MSYS makefiles, MinGW makefiles, etc.)
320 solution file for Visual Studio, makefiles for MinGW, etc. Exit from
322 E.g., for MinGW you can run "make", or for Visual Studio, open the PCRE2
328 MinGW: "make test"; for Visual Studio build the RUN_TESTS project. The