dolphin/Source/DSPTool/Src/SConscript

7 lines
82 B
Python

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