summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2010-06-03 05:59:58 +0000
committernakeee <nakeee@gmail.com>2010-06-03 05:59:58 +0000
commita34ad4051719830bdac91c0447f58ef0be4dca0d (patch)
tree914943c04c29bad94254529d5779b4cd56a4c8e5 /Source/Core/InputCommon/Src/SConscript
parentedabeffaafeaef1418fc80c4fb97bb9188a67a15 (diff)
An almost linux/osx compile fix beside some undefined references
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5581 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript9
1 files changed, 2 insertions, 7 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index d80a43f3c3..d116c0f49c 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -5,8 +5,8 @@ icenv = env.Clone()
files = [
'Configuration.cpp',
- 'EventHandler.cpp',
- 'InputCommon.cpp',
+ 'Config.cpp',
+ 'ControllerEmu.cpp',
'SDL_Util.cpp',
'ControllerInterface/ControllerInterface.cpp',
]
@@ -16,11 +16,6 @@ if env['HAVE_X11']:
"X11InputBase.cpp",
]
-if env['HAVE_WX']:
- files += [
- "WXInputBase.cpp",
- ]
-
if icenv['HAVE_SDL']:
files += [
'ControllerInterface/SDL/SDL.cpp'