From ff5a8e7757fddf61229cd8a92e07de3036431b2f Mon Sep 17 00:00:00 2001 From: omegadox Date: Mon, 12 Jan 2009 08:23:09 +0000 Subject: [PATCH] Updated scons for OGL Plugin. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1855 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 c76b1da61f..009d7ca8e2 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -24,6 +24,7 @@ files = [ 'VertexLoaderManager.cpp', 'XFB.cpp', 'XFStructs.cpp', + 'TextureConversionShader.cpp', ] compileFlags = [ '-fPIC',