mirror of
https://github.com/daeken/SteelBreeze.git
synced 2025-04-02 11:01:41 -04:00
6 lines
258 B
Python
6 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'))
|