Linux build fixes.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3601 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
magumagu9 2009-06-29 18:40:10 +00:00
parent c9cc3c355d
commit 44f3935de1
2 changed files with 3 additions and 1 deletions

View File

@ -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()

View File

@ -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',