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:
@ -1,29 +0,0 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
|
||||
files = [
|
||||
'Src/BannerLoader.cpp',
|
||||
'Src/BannerLoaderGC.cpp',
|
||||
'Src/BannerLoaderWii.cpp',
|
||||
'Src/Blob.cpp',
|
||||
'Src/CISOBlob.cpp',
|
||||
'Src/CompressedBlob.cpp',
|
||||
'Src/DiscScrubber.cpp',
|
||||
'Src/DriveBlob.cpp',
|
||||
'Src/FileBlob.cpp',
|
||||
'Src/FileHandlerARC.cpp',
|
||||
'Src/FileMonitor.cpp',
|
||||
'Src/FileSystemGCWii.cpp',
|
||||
'Src/Filesystem.cpp',
|
||||
'Src/NANDContentLoader.cpp',
|
||||
'Src/VolumeCommon.cpp',
|
||||
'Src/VolumeCreator.cpp',
|
||||
'Src/VolumeDirectory.cpp',
|
||||
'Src/VolumeGC.cpp',
|
||||
'Src/VolumeWad.cpp',
|
||||
'Src/VolumeWiiCrypted.cpp',
|
||||
'Src/WiiWad.cpp',
|
||||
]
|
||||
|
||||
env['LIBS'] += env.StaticLibrary('discio', files)
|
Reference in New Issue
Block a user