mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Move SConscript files out from the Src subdirectories to be
consistent with the other build systems. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7282 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1,38 +0,0 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
import os
|
||||
import sys
|
||||
|
||||
files = [
|
||||
'BPMemLoader.cpp',
|
||||
'Clipper.cpp',
|
||||
'SWCommandProcessor.cpp',
|
||||
'CPMemLoader.cpp',
|
||||
'DebugUtil.cpp',
|
||||
'EfbCopy.cpp',
|
||||
'EfbInterface.cpp',
|
||||
'HwRasterizer.cpp',
|
||||
'SWmain.cpp',
|
||||
'OpcodeDecoder.cpp',
|
||||
'SWPixelEngine.cpp',
|
||||
'Rasterizer.cpp',
|
||||
'SWRenderer.cpp',
|
||||
'SetupUnit.cpp',
|
||||
'SWStatistics.cpp',
|
||||
'Tev.cpp',
|
||||
'TextureEncoder.cpp',
|
||||
'TextureSampler.cpp',
|
||||
'TransformUnit.cpp',
|
||||
'SWVertexLoader.cpp',
|
||||
'SWVideoConfig.cpp',
|
||||
'XFMemLoader.cpp',
|
||||
]
|
||||
|
||||
if not env['nowx']:
|
||||
files += [ 'VideoConfigDialog.cpp' ]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
files += [ 'Win32.cpp' ]
|
||||
|
||||
env['LIBS'] += env.StaticLibrary('videosoftware', files)
|
Reference in New Issue
Block a user