summaryrefslogtreecommitdiff
path: root/scons
AgeCommit message (Collapse)AuthorFilesLines
2008-07-04scons: Enable gcc SSE2 intrinsics on x86.José Fonseca1-1/+6
2008-07-03scons: Add a env.CodeGenerate method to simplify code generation via python ↵José Fonseca1-3/+69
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.
2008-07-01scons: Output mapfile on windows ddk profile builds.José Fonseca1-0/+4
2008-06-27scons: Get x86-64<->x86 cross build of assembly files right.José Fonseca1-0/+7
2008-06-23scons: Update to target WinCE 6.0.José Fonseca2-15/+78
2008-06-06scons: Put the tool logic in a frontend tool.José Fonseca1-0/+323
More logic can be shared between public and private branches this way.
2008-05-28scons: Play nice with MS Embedded Visual C++.José Fonseca5-0/+655