mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Remove scons-related files
This commit is contained in:
@ -1,35 +0,0 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
import os
|
||||
import sys
|
||||
|
||||
files = [
|
||||
'Src/BPMemLoader.cpp',
|
||||
'Src/CPMemLoader.cpp',
|
||||
'Src/Clipper.cpp',
|
||||
'Src/DebugUtil.cpp',
|
||||
'Src/EfbCopy.cpp',
|
||||
'Src/EfbInterface.cpp',
|
||||
'Src/HwRasterizer.cpp',
|
||||
'Src/OpcodeDecoder.cpp',
|
||||
'Src/Rasterizer.cpp',
|
||||
'Src/SWCommandProcessor.cpp',
|
||||
'Src/SWPixelEngine.cpp',
|
||||
'Src/SWRenderer.cpp',
|
||||
'Src/SWStatistics.cpp',
|
||||
'Src/SWVertexLoader.cpp',
|
||||
'Src/SWVideoConfig.cpp',
|
||||
'Src/SWmain.cpp',
|
||||
'Src/SetupUnit.cpp',
|
||||
'Src/Tev.cpp',
|
||||
'Src/TextureEncoder.cpp',
|
||||
'Src/TextureSampler.cpp',
|
||||
'Src/TransformUnit.cpp',
|
||||
'Src/XFMemLoader.cpp',
|
||||
]
|
||||
|
||||
if not env['nowx']:
|
||||
files += ['Src/VideoConfigDialog.cpp']
|
||||
|
||||
env['LIBS'] += env.StaticLibrary('videosoftware', files)
|
Reference in New Issue
Block a user