Jonathan White
e4f3770690
mesa: WinCE fixes
17 years ago
José Fonseca
194cfc7a4e
scons: Enable gcc SSE2 intrinsics on x86.
17 years ago
José Fonseca
27d8d6f44f
scons: Add a env.CodeGenerate method to simplify code generation via python scripts.
env.CodeGenerate(
target = 'my_source.c',
script = 'my_generator.py',
source = ['input.txt', 'another.txt'],
command = 'python $SCRIPT $SOURCE > $TARGET'
)
It will take care generating all appropriate dependencies, including any
module imported by the generator script, and the respective .pyc file
side effects.
17 years ago
José Fonseca
846f87d826
scons: Output mapfile on windows ddk profile builds.
17 years ago
José Fonseca
05cfb4c4b8
scons: Get x86-64<->x86 cross build of assembly files right.
17 years ago
José Fonseca
f78cc24c4b
scons: Update to target WinCE 6.0.
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