diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-11-30 15:06:34 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-11-30 15:06:34 +0000 |
| commit | d2c2bd52efc70d496a167a6d144c369ac8cfd024 (patch) | |
| tree | 8dbca63c243ce7c9a17331d0aba4bce921822fb4 /Source | |
| parent | cb63a96dae4a2624b13a8cab3d2d805b2d3b5bcb (diff) | |
forgot to update the SConscript
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1344 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
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', |
