Linux build fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3601 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c9cc3c355d
commit
44f3935de1
|
@ -22,6 +22,7 @@ files = [
|
||||||
'UCodes/UCodes.cpp',
|
'UCodes/UCodes.cpp',
|
||||||
'UCodes/UCode_Zelda.cpp',
|
'UCodes/UCode_Zelda.cpp',
|
||||||
'UCodes/UCode_Zelda_ADPCM.cpp',
|
'UCodes/UCode_Zelda_ADPCM.cpp',
|
||||||
|
'UCodes/UCode_Zelda_Voice.cpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
dspenv = env.Clone()
|
dspenv = env.Clone()
|
||||||
|
|
|
@ -24,7 +24,8 @@ files = [
|
||||||
'XFB.cpp',
|
'XFB.cpp',
|
||||||
'TextureConversionShader.cpp',
|
'TextureConversionShader.cpp',
|
||||||
'OnScreenDisplay.cpp',
|
'OnScreenDisplay.cpp',
|
||||||
"PostProcessing.cpp",
|
'PostProcessing.cpp',
|
||||||
|
'FramebufferManager.cpp',
|
||||||
]
|
]
|
||||||
compileFlags = [
|
compileFlags = [
|
||||||
'-fPIC',
|
'-fPIC',
|
||||||
|
|
Loading…
Reference in New Issue