Files
dolphin/Source/DSPTool/Src/SConscript
T

15 lines
139 B
Python
Raw Normal View History

2009-04-12 19:56:59 +00:00
# -*- python -*-
Import('env')
files = [
'main.cpp',
]
2009-04-12 19:56:59 +00:00
libs = [
'dspcore',
'common',
]
2009-04-12 19:56:59 +00:00
env.Program('dsptool', files, LIBS = libs)