dolphin/Source/DSPTool/Src/SConscript
Soren Jorvang 75dbad3610 Build but don't install the dsptool/tester/MemcardManager tools
which aren't really useful to typical users.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5935 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-22 03:38:32 +00:00

14 lines
139 B
Python

# -*- python -*-
Import('env')
files = [
'main.cpp',
]
libs = [
'dspcore',
'common',
]
env.Program('dsptool', files, LIBS = libs)