José Fonseca
7cfc294c70
scons: Install shared libs in the right subdir.
17 lat temu
José Fonseca
52c2dd1f73
scons: Install libGL.so and respective symlinks.
17 lat temu
José Fonseca
a6c7258394
scons: Optimize for speed, not size, with MSVC.
17 lat temu
José Fonseca
4ec4ea14a5
scons: Lookup WINDDK and WINCE SDK directories in the registry.
17 lat temu
José Fonseca
c76787a1dc
scons: Set default LIBS env var.
17 lat temu
José Fonseca
381e3489c2
scons: Convert tabs to spaces.
17 lat temu
Jonathan White
e4f3770690
mesa: WinCE fixes
17 lat temu
José Fonseca
9a99b19949
python: Don't use python cflags as they conflict with existing flags.
17 lat temu
José Fonseca
2c4349aa3a
python: Move the python scons code to a separate tool module.
17 lat temu
José Fonseca
194cfc7a4e
scons: Enable gcc SSE2 intrinsics on x86.
17 lat temu
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 lat temu
José Fonseca
846f87d826
scons: Output mapfile on windows ddk profile builds.
17 lat temu
José Fonseca
05cfb4c4b8
scons: Get x86-64<->x86 cross build of assembly files right.
17 lat temu
José Fonseca
f78cc24c4b
scons: Update to target WinCE 6.0.
17 lat temu
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 lat temu
José Fonseca
b215d7d10c
scons: Play nice with MS Embedded Visual C++.
17 lat temu