mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Linux+MacOS: a Fix for someone have problems with compiling on a Mac, few fixes for DSP LLE plugin, I don't have files to test though
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@100 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c04011f117
commit
99d5b4f4c2
5 changed files with 229 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
Import('env')
|
||||
output = "../../../../Binary/linux/Plugins/dsplle.so"
|
||||
files = ["disassemble.cpp",
|
||||
files = ["AOSoundStream.cpp",
|
||||
"disassemble.cpp",
|
||||
"gdsp_aram.cpp",
|
||||
"gdsp_ext_op.cpp",
|
||||
"gdsp_interface.cpp",
|
||||
|
@ -11,6 +12,7 @@ files = ["disassemble.cpp",
|
|||
"Globals.cpp",
|
||||
"opcodes.cpp",
|
||||
"Tools.cpp",
|
||||
"main.cpp",
|
||||
]
|
||||
#env.Append(LINKFLAGS = "-symbolic")
|
||||
env.Append(LINKFLAGS = " `pkg-config --libs ao`")
|
||||
env.SharedLibrary(output, files, LIBS = ["common"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue