diff options
Diffstat (limited to 'Source/DSPTool/SConscript')
| -rw-r--r-- | Source/DSPTool/SConscript | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/DSPTool/SConscript b/Source/DSPTool/SConscript deleted file mode 100644 index a0092c0fe9..0000000000 --- a/Source/DSPTool/SConscript +++ /dev/null @@ -1,12 +0,0 @@ -# -*- python -*- - -Import('env') - -files = [ - 'main.cpp', - ] - -acenv = env.Clone() -acenv.Append(CXXFLAGS = [ '-fPIC' ]) - -acenv.Program('dsptool', files) |
