linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2791 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3b71f5e3fe
commit
c2e3f42c0d
|
@ -10,9 +10,8 @@ if not env['HAVE_AO']:
|
|||
Return()
|
||||
|
||||
files = [
|
||||
# "DisAsmDlg.cpp",
|
||||
"Config.cpp",
|
||||
"ConfigDlg.cpp",
|
||||
"DSPConfigDlgLLE.cpp",
|
||||
"disassemble.cpp",
|
||||
"gdsp_aram.cpp",
|
||||
"gdsp_ext_op.cpp",
|
||||
|
@ -26,9 +25,6 @@ files = [
|
|||
"HLE_Helper.cpp",
|
||||
"main.cpp",
|
||||
"opcodes.cpp",
|
||||
# "RegisterDlg.cpp",
|
||||
# "RegSettings.cpp",
|
||||
# "stdafx.cpp",
|
||||
"Tools.cpp",
|
||||
"Logging/AXTask.cpp",
|
||||
"Logging/Logging.cpp",
|
||||
|
|
Loading…
Reference in New Issue