diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-02-08 14:55:51 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-02-08 14:55:51 +0000 |
| commit | c225e839139b4b84af5002ae5e4d0a0017326ede (patch) | |
| tree | b18e2558a057dbefcec1ad05fafb3fbf32e8b997 /Source/Core/InputCommon/Src/SConscript | |
| parent | 127874b5e11adbb1081b9b001a9c2e73107ff458 (diff) | |
InputCommon and nJoy: More build settings
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2149 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/InputCommon/Src/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript index e5fe35e802..2c33e85cbc 100644 --- a/Source/Core/InputCommon/Src/SConscript +++ b/Source/Core/InputCommon/Src/SConscript @@ -3,8 +3,10 @@ Import('env') files = [ + 'Configuration.cpp', 'EventHandler.cpp', 'InputCommon.cpp', + 'SDL.cpp', ] env_inputcommon = env.Clone() |
