Linux compile fix for billard's changes.

(Had to do it myself since glen is now a windows person :P)


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5356 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2010-04-13 06:09:45 +00:00
parent d8906d2a0c
commit 379c469343
7 changed files with 64 additions and 25 deletions

View File

@ -54,6 +54,7 @@ include_paths = [
basedir + 'Externals/WiiUseSrc/Src',
basedir + 'Source/Core/VideoCommon/Src',
basedir + 'Source/Core/InputCommon/Src',
basedir + 'Source/Core/InputPluginCommon/Src',
basedir + 'Source/Core/AudioCommon/Src',
basedir + 'Source/Core/DebuggerUICommon/Src',
basedir + 'Source/Core/DSPCore/Src',
@ -82,6 +83,8 @@ dirs = [
'Source/Core/DolphinWX/Src',
'Source/Core/DebuggerWX/Src',
'Source/UnitTests/',
'Source/Core/InputPluginCommon/Src/',
'Source/Plugins/Plugin_WiimoteNew/Src/',
]
builders = {}