mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Added new source file "VolumeDirectory.cpp". And reformatted.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@630 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -2,23 +2,25 @@
|
|||||||
|
|
||||||
Import('env')
|
Import('env')
|
||||||
|
|
||||||
files = ["BannerLoader.cpp",
|
files = [
|
||||||
"BannerLoaderGC.cpp",
|
'BannerLoader.cpp',
|
||||||
"BannerLoaderWii.cpp",
|
'BannerLoaderGC.cpp',
|
||||||
"Blob.cpp",
|
'BannerLoaderWii.cpp',
|
||||||
"CompressedBlob.cpp",
|
'Blob.cpp',
|
||||||
"DriveBlob.cpp",
|
'CompressedBlob.cpp',
|
||||||
"FileBlob.cpp",
|
'DriveBlob.cpp',
|
||||||
"FileHandlerARC.cpp",
|
'FileBlob.cpp',
|
||||||
"Filesystem.cpp",
|
'FileHandlerARC.cpp',
|
||||||
"FileSystemGCWii.cpp",
|
'Filesystem.cpp',
|
||||||
"VolumeCreator.cpp",
|
'FileSystemGCWii.cpp',
|
||||||
"VolumeGC.cpp",
|
'VolumeCreator.cpp',
|
||||||
"VolumeWiiCrypted.cpp",
|
'VolumeDirectory.cpp',
|
||||||
"AES/aes_cbc.c",
|
'VolumeGC.cpp',
|
||||||
"AES/aes_core.c",
|
'VolumeWiiCrypted.cpp',
|
||||||
|
'AES/aes_cbc.c',
|
||||||
|
'AES/aes_core.c',
|
||||||
]
|
]
|
||||||
libs = [
|
libs = [
|
||||||
'common'
|
'common'
|
||||||
]
|
]
|
||||||
env.StaticLibrary("discio", files, LIBS = libs)
|
env.StaticLibrary('discio', files, LIBS = libs)
|
||||||
|
Reference in New Issue
Block a user