diff options
| author | Sonicadvance1 <sonicadvance1@gmail.com> | 2010-04-01 02:59:40 +0000 |
|---|---|---|
| committer | Sonicadvance1 <sonicadvance1@gmail.com> | 2010-04-01 02:59:40 +0000 |
| commit | d2cee0a869489414c46b4349deff7487d9b5d56f (patch) | |
| tree | ed0daaf88b93b9dc4cf93d321e9f3a29cf34ce9e /SConstruct | |
| parent | ca3f4a6494806cc1c5b20c3250ff6746fd3f64e3 (diff) | |
Clean up of new Plugin, get it compiling in Linux/OSX, Linux side, you need to add the Xlib portion to SConscript
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5258 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 9657922eaf..027295712a 100644 --- a/SConstruct +++ b/SConstruct @@ -77,6 +77,7 @@ dirs = [ 'Source/Plugins/Plugin_DSP_HLE/Src', 'Source/Plugins/Plugin_DSP_LLE/Src', 'Source/Plugins/Plugin_GCPad/Src', + 'Source/Plugins/Plugin_GCPadNew/Src', 'Source/Plugins/Plugin_Wiimote/Src', 'Source/Core/DolphinWX/Src', 'Source/Core/DebuggerWX/Src', |
