Steelbreeze/SConstruct
2012-06-21 08:43:54 -04:00

7 lines
258 B
Python

env = Environment()
cgen = env.Command('Core/CPU/Interpreter/Interpreter_inst.cgen', 'Core/Generators/InterpreterGen.py', 'python $SOURCE > /dev/null')
Depends(cgen, 'Core/Generators/opcodes.txt')
Program('interpreter', Glob('Core/CPU/Interpreter/*.cpp'))