summaryrefslogtreecommitdiffstats
path: root/scons/crossmingw.py
Commit message (Collapse)AuthorAgeFilesLines
* scons: add another prefix for mingw32 on FedoraBrian Paul2010-02-101-0/+1
| | | | (cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a)
* scons: Have MinGW target MSVCRT 7.0José Fonseca2010-02-041-0/+1
| | | | Necessary for _aligned_malloc/free().
* scons: Don't require -liberty on MinGW.José Fonseca2009-09-241-1/+1
| | | | Not always present.
* scons: Output the friendly "Linking ..." message when creating DLLs with MinGW.José Fonseca2009-06-191-1/+1
|
* scons: Request the stabs debug info format for Mingw.José Fonseca2009-01-261-0/+4
| | | | Mingw gdb apparently chokes on dwarf debug info.
* scons: Use --enable-stdcall-fixup only when building DLLs.José Fonseca2009-01-241-1/+2
|
* scons: Use .a suffix for MinGW.José Fonseca2009-01-141-6/+4
| | | | This allows to build MinGW and MSVC within the same dir.
* scons: Support MinGW32 cross compiler.José Fonseca2008-11-181-0/+182
To build an alternative opengl32.dll with Gallium's software-rasterizer from a debian-based distribution run: sudo apt-get install mingw32 scons platform=windows toolchain=crossmingw machine=x86 winsys=gdi dri=no