summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL
diff options
context:
space:
mode:
authorMaarten ter Huurne <maarten@treewalker.org>2008-08-14 22:25:45 +0000
committerMaarten ter Huurne <maarten@treewalker.org>2008-08-14 22:25:45 +0000
commit7937befe73fbb58d7d3661d3bc4cfd6afbcb1c63 (patch)
tree4f22d9c80747af6189640245fc5047543ac23b24 /Source/Plugins/Plugin_VideoOGL
parentf5d49e87ad5351ab46d2e9a863658eaabb66f74a (diff)
Added XFB.cpp to list of files to build.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@215 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
index 955a14eed2..2adaf2499d 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript
+++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
@@ -20,6 +20,7 @@ files = ["BPStructs.cpp",
"VertexLoader_Normal.cpp",
"VertexShader.cpp",
"VertexShaderManager.cpp",
+ "XFB.cpp",
# "Linux/Conf.cpp",
# "Linux/Linux.cpp",
"GUI/ConfigDlg.cpp",