José Fonseca
fa6ee2c2bb
scons: Allow to request the winddk toolchain.
16 years ago
José Fonseca
15b92b09e0
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
17 years ago
José Fonseca
6cf59e1293
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
17 years ago
Michel Dänzer
6b69e3c717
scons: ppc support.
17 years ago
José Fonseca
b04aa714af
scons: Put the tool logic in a frontend tool.
More logic can be shared between public and private branches this way.
17 years ago
José Fonseca
113ab51a8c
scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa.
17 years ago
José Fonseca
275fc32d58
gallium: Identify each Windows platform individually from scons.
17 years ago
José Fonseca
5463420741
scons: Set /W3 warning level for all MSVC based platforms.
17 years ago
José Fonseca
b215d7d10c
scons: Play nice with MS Embedded Visual C++.
17 years ago
José Fonseca
059a652d64
scons: New profile build.
17 years ago
José Fonseca
a3195e9d4e
scons: A few more compiler flags adjustments to match winddk.
17 years ago
José Fonseca
c9acd439b1
scons: Try to cope with scons 0.98+.
17 years ago
José Fonseca
1e71283cce
scons: Silent MSVC CRT security warnings.
17 years ago
José Fonseca
35460fc91c
scons: Teach scons about user-land windows.
Actually, more like get rid of all our hacks when compiling for
user-land windows.
Only MSVC is supported atm though.
17 years ago
José Fonseca
5aa108214a
scons: Preliminary code for quieting command lines.
17 years ago
José Fonseca
13174c195e
scons: Make command line arguments effective again.
17 years ago
José Fonseca
7a678556d4
scons: Place the .sconsign file on the builddir too.
To avoid issues with different scons versions building the same source file
17 years ago
José Fonseca
9409043c58
scons: Move common code to a separate file.
17 years ago