From e4f9b6a5f8a92d838f54d0693a53ec70a1bc9a86 Mon Sep 17 00:00:00 2001 From: anusko Date: Mon, 30 Aug 2010 00:00:14 +0000 Subject: [PATCH] I'm an 100% scons noob but I think this fixes r6149, although it seems that the repository revision isn't appearing correctly (only happening with me?). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6150 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/SConscript | 1 + Source/Plugins/Plugin_VideoOGL/Src/SConscript | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index 4123efff89..672f3d022e 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -36,6 +36,7 @@ files = [ 'Profiler.cpp', 'OnScreenDisplay.cpp', 'HiresTextures.cpp', + 'DLCache.cpp', ] if env['HAVE_OPENCL']: diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index d58df0dba1..636a8ae390 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -8,7 +8,6 @@ name = os.sep + "Plugin_VideoOGL" files = [ 'BPFunctions.cpp', - 'DLCache.cpp', 'RasterFont.cpp', 'Render.cpp', 'TextureMngr.cpp',