mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
Remove scons-related files
This commit is contained in:
parent
e25d29bf67
commit
56b1373baf
213 changed files with 0 additions and 49534 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue