mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove scons-related files
This commit is contained in:
@ -1,22 +0,0 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
import os
|
||||
import sys
|
||||
|
||||
files = [
|
||||
'Src/FramebufferManager.cpp',
|
||||
'Src/GLUtil.cpp',
|
||||
'Src/NativeVertexFormat.cpp',
|
||||
'Src/PixelShaderCache.cpp',
|
||||
'Src/PostProcessing.cpp',
|
||||
'Src/RasterFont.cpp',
|
||||
'Src/Render.cpp',
|
||||
'Src/TextureCache.cpp',
|
||||
'Src/TextureConverter.cpp',
|
||||
'Src/VertexManager.cpp',
|
||||
'Src/VertexShaderCache.cpp',
|
||||
'Src/main.cpp',
|
||||
]
|
||||
|
||||
env['LIBS'] += env.StaticLibrary('videoogl', files)
|
Reference in New Issue
Block a user