Steelbreeze/SConstruct

7 lines
258 B
Python
Raw Permalink Normal View History

2012-06-21 08:43:54 -04:00
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')
2012-06-19 02:57:03 -04:00
Program('interpreter', Glob('Core/CPU/Interpreter/*.cpp'))