summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/SConscript
diff options
context:
space:
mode:
authorJohn Peterson <jpeterson57@gmail.com>2009-01-17 14:28:09 +0000
committerJohn Peterson <jpeterson57@gmail.com>2009-01-17 14:28:09 +0000
commitae9cfbd8e3672e78bb56ed763c6285f2bfbfbf99 (patch)
tree253f74cd82833f7ba4eff970688668b15ca045be /Source/Plugins/Plugin_VideoOGL/Src/SConscript
parent7f9ce70b330c6b3776322ccfa3c1509916b5f5c5 (diff)
Common: Moved Windows console functions to common
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1887 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/SConscript')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
index 6f8c4a4dfa..2c974b53a5 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript
+++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
@@ -53,8 +53,7 @@ if gfxenv['HAVE_WX']:
'GUI/ConfigDlg.cpp',
'Debugger/Debugger.cpp',
'Debugger/PBView.cpp',
- 'Logging/Console.cpp',
- 'Logging/Logging.cpp',
+ 'Debugger/Logging.cpp',
]
if gfxenv['HAVE_COCOA']: