mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
"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:
@ -10,6 +10,7 @@ files = [
|
|||||||
"DynamicLibrary.cpp",
|
"DynamicLibrary.cpp",
|
||||||
"Hash.cpp",
|
"Hash.cpp",
|
||||||
"IniFile.cpp",
|
"IniFile.cpp",
|
||||||
|
"FileSearch.cpp",
|
||||||
"Logging.cpp",
|
"Logging.cpp",
|
||||||
"FileUtil.cpp",
|
"FileUtil.cpp",
|
||||||
"MappedFile.cpp",
|
"MappedFile.cpp",
|
||||||
|
@ -13,7 +13,6 @@ if not env['osx64']:
|
|||||||
files += [
|
files += [
|
||||||
'AboutDolphin.cpp',
|
'AboutDolphin.cpp',
|
||||||
'ConfigMain.cpp',
|
'ConfigMain.cpp',
|
||||||
'FileSearch.cpp',
|
|
||||||
'FilesystemViewer.cpp',
|
'FilesystemViewer.cpp',
|
||||||
'Frame.cpp',
|
'Frame.cpp',
|
||||||
'GameListCtrl.cpp',
|
'GameListCtrl.cpp',
|
||||||
|
Reference in New Issue
Block a user