Linux build fix, code cleanup, and compiler warning removal.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5840 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-07-06 01:37:34 +00:00
parent 19cdaaae89
commit 3e08208f42
8 changed files with 34 additions and 36 deletions

View File

@ -12,7 +12,7 @@ files = [
libs = [
'core', 'lzo2', 'discio', 'bdisasm', 'videocommon',
'inputcommon', 'inputuicommon', 'common', 'lua', 'z', 'sfml-network',
'inputuicommon', 'inputcommon', 'common', 'lua', 'z', 'sfml-network',
'SDL'
]