From d2c2bd52efc70d496a167a6d144c369ac8cfd024 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sun, 30 Nov 2008 15:06:34 +0000 Subject: [PATCH] forgot to update the SConscript git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1344 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/SConscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index 91ee6f8d4a..545a89a3fd 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -24,7 +24,10 @@ files = [ 'NativeVertexFormat.cpp', 'VertexManager.cpp', 'VertexLoader.cpp', + 'VertexLoader_Color.cpp', 'VertexLoader_Normal.cpp', + 'VertexLoader_Position.cpp', + 'VertexLoader_TextCoord.cpp', 'VertexLoaderManager.cpp', 'VertexShaderManager.cpp', 'TextureConverter.cpp',