mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Remove scons-related files
This commit is contained in:
16
Externals/SOIL/SConscript
vendored
16
Externals/SOIL/SConscript
vendored
@ -1,16 +0,0 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
|
||||
if env.has_key('shared_soil') and env['shared_soil']:
|
||||
Return()
|
||||
|
||||
files = [
|
||||
'image_DXT.c',
|
||||
'image_helper.c',
|
||||
'SOIL.c',
|
||||
'stb_image_aug.c'
|
||||
]
|
||||
|
||||
env['CPPPATH'] += ['#Externals/SOIL']
|
||||
env['LIBS'] += env.StaticLibrary('SOIL', files)
|
Reference in New Issue
Block a user