Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Don't require -liberty on MinGW. | José Fonseca | 2009-09-24 | 1 | -1/+1 |
| | | | | Not always present. | ||||
* | scons: Output the friendly "Linking ..." message when creating DLLs with MinGW. | José Fonseca | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | scons: Request the stabs debug info format for Mingw. | José Fonseca | 2009-01-26 | 1 | -0/+4 |
| | | | | Mingw gdb apparently chokes on dwarf debug info. | ||||
* | scons: Use --enable-stdcall-fixup only when building DLLs. | José Fonseca | 2009-01-24 | 1 | -1/+2 |
| | |||||
* | scons: Use .a suffix for MinGW. | José Fonseca | 2009-01-14 | 1 | -6/+4 |
| | | | | This allows to build MinGW and MSVC within the same dir. | ||||
* | scons: Support MinGW32 cross compiler. | José Fonseca | 2008-11-18 | 1 | -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 |