From a0724e8321e5130c41c5f57f49035ade4be0616c Mon Sep 17 00:00:00 2001 From: nakeee Date: Wed, 4 Feb 2009 18:00:38 +0000 Subject: [PATCH] scons fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2114 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index e8f05f9e9e..6b05dfb2cc 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -51,6 +51,7 @@ else: if gfxenv['HAVE_WX']: files += [ 'GUI/ConfigDlg.cpp', + 'Debugger/Debugger.cpp', ] if gfxenv['HAVE_COCOA']: