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
This commit is contained in:
Soren Jorvang
2010-07-22 03:38:32 +00:00
parent 83883cee45
commit 75dbad3610
3 changed files with 3 additions and 5 deletions

View File

@ -11,4 +11,4 @@ libs = [
'common',
]
env.Program(env['binary_dir'] + 'dsptool', files, LIBS = libs)
env.Program('dsptool', files, LIBS = libs)