summaryrefslogtreecommitdiff
path: root/scons/crossmingw.py
AgeCommit message (Collapse)Author
2009-06-19scons: Output the friendly "Linking ..." message when creating DLLs with MinGW.José Fonseca
2009-01-26scons: Request the stabs debug info format for Mingw.José Fonseca
Mingw gdb apparently chokes on dwarf debug info.
2009-01-24scons: Use --enable-stdcall-fixup only when building DLLs.José Fonseca
2009-01-14scons: Use .a suffix for MinGW.José Fonseca
This allows to build MinGW and MSVC within the same dir.
2008-11-18scons: Support MinGW32 cross compiler.José Fonseca
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