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:
parent
127874b5e1
commit
c225e83913
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue