This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
e4141c331e6aadd9ab9c8606eddf4dcaa722d2cc
dolphin
/
Source
/
DSPTool
/
SConscript
T
7 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
Fixing compile on linux
2009-04-12 19:56:59 +00:00
# -*- python -*-
Import
(
'env'
)
Some preliminary cleanup of the global namespace for LTO.
2011-01-28 00:53:30 +00:00
import
sys
Fixing compile on linux
2009-04-12 19:56:59 +00:00
Move SConscript files out from the Src subdirectories to be
2011-03-03 19:44:56 +00:00
env
.
Program
(
'dsptool'
,
'Src/DSPTool.cpp'
)
Copy Permalink