Lines Matching refs:MinGW
307 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
312 The MinGW home page (http://www.mingw.org/) says this:
314 MinGW: A collection of freely available and freely distributable Windows
331 On both MinGW and Cygwin, PCRE should build correctly using:
357 MinGW has no such restrictions. The MinGW compiler generates a library or
364 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
365 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
366 gcc and MinGW's gcc). So, a user can:
368 . Build native binaries by using MinGW or by getting Cygwin and using
385 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
407 Msys for Msys/MinGW or Visual Studio Command Prompt for VC/VC++. Do not try
416 Studio, MSYS makefiles, MinGW makefiles, etc.)
427 solution file for Visual Studio, makefiles for MinGW, etc. Exit from
429 E.g., for MinGW you can run "make", or for Visual Studio, open the PCRE
435 MinGW: "make test"; for Visual Studio build the RUN_TESTS project. The