dolphin/Source/DSPTool/SConscript

7 lines
86 B
Python

# -*- python -*-
Import('env')
import sys
env.Program('dsptool', 'Src/DSPTool.cpp')