From b2f36d4401e1e0d3e7d1be789e16d639b78b17a7 Mon Sep 17 00:00:00 2001 From: nakeee Date: Wed, 8 Jul 2009 08:29:22 +0000 Subject: [PATCH] Forgot a file git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3711 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SConstruct b/SConstruct index ffef4df656..c034bad1d9 100644 --- a/SConstruct +++ b/SConstruct @@ -56,7 +56,7 @@ include_paths = [ basedir + 'Source/Core/VideoCommon/Src', basedir + 'Source/Core/InputCommon/Src', basedir + 'Source/Core/AudioCommon/Src', - basedir + 'Source/Core/DebuggerUICommon/Src', + basedir + 'Source/Core/DebuggerUICommon/Src', basedir + 'Source/Core/DSPCore/Src', ] @@ -71,7 +71,7 @@ dirs = [ 'Source/Core/VideoCommon/Src', 'Source/Core/InputCommon/Src', 'Source/Core/AudioCommon/Src', - 'Source/Core/DebuggerUICommon/Src', + 'Source/Core/DebuggerUICommon/Src', 'Source/Core/DSPCore/Src', 'Source/DSPTool/Src', 'Source/Plugins/Plugin_VideoOGL/Src', @@ -82,7 +82,6 @@ dirs = [ 'Source/Plugins/Plugin_nJoy_SDL/Src', 'Source/Plugins/Plugin_nJoy_Testing/Src', 'Source/Plugins/Plugin_Wiimote/Src', - 'Source/Plugins/Plugin_Wiimote-testing/Src', 'Source/Core/DolphinWX/Src', 'Source/Core/DebuggerWX/Src', ]