diff options
| author | nakeee <nakeee@gmail.com> | 2008-09-23 09:28:37 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-09-23 09:28:37 +0000 |
| commit | 385e3276bbbe9c2ca0578737cb9cbc97f65bdc4e (patch) | |
| tree | 90777aa25e2e10de69379f1613d89ef5c656923c /Source/Plugins/Plugin_PadSimple/Src/SConscript | |
| parent | 65d59e8d6ac898779b8db242ce1907df98b2fd51 (diff) | |
Start of converting the plugin to use wxwindows
still not working
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@638 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_PadSimple/Src/SConscript')
| -rw-r--r-- | Source/Plugins/Plugin_PadSimple/Src/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_PadSimple/Src/SConscript b/Source/Plugins/Plugin_PadSimple/Src/SConscript index 7540cc73a6..1e500b2e00 100644 --- a/Source/Plugins/Plugin_PadSimple/Src/SConscript +++ b/Source/Plugins/Plugin_PadSimple/Src/SConscript @@ -9,7 +9,8 @@ else: output = "../../../../Binary/linux/Plugins/padsimple.so" files = [ - "main.cpp", + "PadSimple.cpp", + "GUI/ConfigDlg.cpp", ] padenv = env.Clone() |
