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-24 22:34:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
540238cf79
dolphin-emulator
/
Source
/
DSPTool
/
Src
/
SConscript
7 lines
82 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
Prepare for the release of Xcode 4, which has working LTO with static libraries. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7280 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-03 04:35:03 +00:00
env.Program('dsptool', 'DSPTool.cpp')
Reference in a new issue
Copy permalink