diff options
| author | nakeee <nakeee@gmail.com> | 2009-10-12 20:33:01 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-10-12 20:33:01 +0000 |
| commit | 787fdbbdc05dc2fda7423db9d610c18761fb1ad2 (patch) | |
| tree | b6eb496a212ca326805816d843602e3eac97e489 /Source/Plugins/Plugin_VideoSoftware/Src/SConscript | |
| parent | 489d7dfc3c910a0afdef298200305587ce2e392b (diff) | |
SW plugin: compile on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4413 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript index cf538d6acb..196ca3a6a2 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript @@ -46,11 +46,6 @@ libs = [ gfxenv = env.Clone() -files += [ - 'main.cpp', - 'GLUtil.cpp', - ] - if sys.platform == 'win32': files += [ 'Win32.cpp' ] |
