"FileSearch.cpp" was moved.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1035 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f27c6f514c
commit
619f144455
|
@ -10,6 +10,7 @@ files = [
|
|||
"DynamicLibrary.cpp",
|
||||
"Hash.cpp",
|
||||
"IniFile.cpp",
|
||||
"FileSearch.cpp",
|
||||
"Logging.cpp",
|
||||
"FileUtil.cpp",
|
||||
"MappedFile.cpp",
|
||||
|
|
|
@ -13,7 +13,6 @@ if not env['osx64']:
|
|||
files += [
|
||||
'AboutDolphin.cpp',
|
||||
'ConfigMain.cpp',
|
||||
'FileSearch.cpp',
|
||||
'FilesystemViewer.cpp',
|
||||
'Frame.cpp',
|
||||
'GameListCtrl.cpp',
|
||||
|
|
Loading…
Reference in New Issue