scons: Support MinGW32 cross compiler.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 18 Nov 2008 10:13:32 +0000 (19:13 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 18 Nov 2008 10:13:32 +0000 (19:13 +0900)
commit6cf59e1293c5777ba5675e6315cbfad3211f9260
tree26a64dee5da58421c6e4e70456d379d1c0519e74
parente45773b3de1bbd7db717336a1b5c964b6cdb718e
scons: Support MinGW32 cross compiler.

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
common.py
scons/crossmingw.py [new file with mode: 0644]
scons/gallium.py
src/gallium/winsys/gdi/SConscript