diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-01-15 06:48:15 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-01-15 06:48:15 +0000 |
| commit | ba8c2aa7e439a4a721739464097439ecb2f531f6 (patch) | |
| tree | 156956d0ae06c4c1b9eb34d8548c9230e929eac8 /Source/Core/Common/Src/SConscript | |
| parent | aced3c00fdb83dd2ce6b6ec213b4f4afc9b4fdfb (diff) | |
nakee's work on dolphin events. Also get wxw out of logmanager. This commit wants your comments
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1875 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 7de9965b01..46b4f8fabf 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -1,4 +1,4 @@ -# -*- python -*- +# -*- python -*- Import('env') @@ -17,6 +17,10 @@ files = [ "MemArena.cpp", "MemoryUtil.cpp", "Plugin.cpp", + "PluginDSP.cpp", + "PluginWiimote.cpp", + "PluginVideo.cpp", + "PluginPAD.cpp", "StringUtil.cpp", "TestFramework.cpp", "Thunk.cpp", |
