From 11d90813ffdb36dc5951b937aaa48b038a76cb2a Mon Sep 17 00:00:00 2001 From: nakeee Date: Tue, 13 Oct 2009 06:12:58 +0000 Subject: VSW: Copied rasterfont from ogl to prevent inter plugin dependencies Added it to scons to fix the unresolved symbol on scons build git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4415 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript') diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript index 196ca3a6a2..a3d4cd2d13 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript @@ -23,6 +23,7 @@ files = [ 'OpcodeDecoder.cpp', 'PixelEngine.cpp', 'Rasterizer.cpp', + 'RasterFont.cpp', 'Renderer.cpp', 'SetupUnit.cpp', 'Statistics.cpp', -- cgit v1.2.3