This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
dolphin-emulator
Watch
1
Star
0
Fork
You've already forked dolphin-emulator
0
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-04-26 15:24:55 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
15dac4584f
dolphin-emulator
/
Source
/
DSPTool
/
SConscript
7 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
Fixing compile on linux git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2959 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-12 19:56:59 +00:00
# -*- python -*-
Import('env')
Some preliminary cleanup of the global namespace for LTO. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6942 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-28 00:53:30 +00:00
import sys
Fixing compile on linux git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2959 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-12 19:56:59 +00:00
Move SConscript files out from the Src subdirectories to be consistent with the other build systems. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7282 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-03 19:44:56 +00:00
env.Program('dsptool', 'Src/DSPTool.cpp')
Reference in a new issue
Copy permalink