Files
dolphin/Source/DSPTool/SConscript
T

7 lines
86 B
Python
Raw Normal View History

2009-04-12 19:56:59 +00:00
# -*- python -*-
Import('env')
import sys
2009-04-12 19:56:59 +00:00
env.Program('dsptool', 'Src/DSPTool.cpp')