InputCommon and nJoy: More build settings

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2149 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-02-08 14:55:51 +00:00
parent 127874b5e1
commit c225e83913

View file

@ -3,8 +3,10 @@
Import('env') Import('env')
files = [ files = [
'Configuration.cpp',
'EventHandler.cpp', 'EventHandler.cpp',
'InputCommon.cpp', 'InputCommon.cpp',
'SDL.cpp',
] ]
env_inputcommon = env.Clone() env_inputcommon = env.Clone()