diff options
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/InputCommon/Src/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript index b602fbb49a..fc4964f298 100644 --- a/Source/Core/InputCommon/Src/SConscript +++ b/Source/Core/InputCommon/Src/SConscript @@ -3,13 +3,11 @@ import sys Import('env') files = [ - 'Configuration.cpp', 'ControllerEmu.cpp', 'InputConfig.cpp', 'ControllerInterface/ControllerInterface.cpp', 'UDPWiimote.cpp', 'UDPWrapper.cpp', - 'SDL_Util.cpp', # XXX needed by old Wiimote plugin ] if sys.platform == 'win32': @@ -30,7 +28,6 @@ elif env['HAVE_X11']: files += [ 'ControllerInterface/SDL/SDL.cpp', 'ControllerInterface/Xlib/Xlib.cpp', - 'X11InputBase.cpp' ] env.StaticLibrary(env['local_libs'] + "inputcommon", files) |
