diff options
| author | nakeee <nakeee@gmail.com> | 2009-10-13 06:12:58 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-10-13 06:12:58 +0000 |
| commit | 11d90813ffdb36dc5951b937aaa48b038a76cb2a (patch) | |
| tree | fd277609df1d143b5f7b401c3ed2e6d455b521bb /Source/Plugins/Plugin_VideoSoftware/Src/SConscript | |
| parent | 80f3c5f638ee2e4e471c969688118c61e75b7f81 (diff) | |
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
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
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', |
