diff options
| author | nakeee <nakeee@gmail.com> | 2009-04-12 19:56:59 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-04-12 19:56:59 +0000 |
| commit | 0fa8d7683a176948c6dcc640ec1f22bb2f3c5d44 (patch) | |
| tree | 9acf0b01da0acec9fd45b484991c9d13f38f2dae /Source/DSPTool/SConscript | |
| parent | 6369b485387a60483e126e7e0fac8151bcd76f72 (diff) | |
Fixing compile on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2959 8ced0084-cf51-0410-be5f-012b33b47a6e
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) |
