Lines Matching full:mingw32
5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as
19 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html
30 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html
31 # * mingw32 gcc 2.95.2/ld 2.9.4/dllwrap 0.2.4 works
147 # cygwin and mingw32 need different sets of libraries
276 """ Handles the Mingw32 port of the GNU C compiler to Windows.
278 compiler_type = 'mingw32'
291 # A real mingw32 doesn't need to specify a different entry point,
300 'Cygwin gcc cannot be used with --compiler=mingw32')
310 # dlls need another dll (mingwm10.dll see Mingw32 docs)
311 # (-mthreads: Support thread-safe exception handling on `Mingw32')