mesa/scons
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.
2008-07-03 15:06:24 +09:00
..
gallium.py scons: Add a env.CodeGenerate method to simplify code generation via python scripts. 2008-07-03 15:06:24 +09:00
mslib_sa.py scons: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +09:00
mslink_sa.py scons: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +09:00
msvc_sa.py scons: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +09:00
wcesdk.py scons: Update to target WinCE 6.0. 2008-06-23 19:44:37 +09:00
winddk.py scons: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +09:00