Fix scons build, please comment if it's still broken
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7623 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bf29ea9635
commit
2441f29ffd
|
@ -140,10 +140,10 @@ files = [
|
|||
'Src/IPC_HLE/WII_IPC_HLE_WiiMote.cpp',
|
||||
'Src/IPC_HLE/WiiMote_HID_Attr.cpp',
|
||||
'Src/MemTools.cpp',
|
||||
'Src/Movie.cpp',
|
||||
'Src/NetPlay.cpp',
|
||||
'Src/NetPlayClient.cpp',
|
||||
'Src/NetPlayServer.cpp',
|
||||
'Src/OnFrame.cpp',
|
||||
'Src/PatchEngine.cpp',
|
||||
'Src/PowerPC/Interpreter/Interpreter.cpp',
|
||||
'Src/PowerPC/Interpreter/Interpreter_Branch.cpp',
|
||||
|
|
|
@ -48,6 +48,7 @@ else:
|
|||
'Src/NetWindow.cpp',
|
||||
'Src/PHackSettings.cpp',
|
||||
'Src/PatchAddEdit.cpp',
|
||||
'Src/TASInputDlg.cpp',
|
||||
'Src/UDPConfigDiag.cpp',
|
||||
'Src/VideoConfigDiag.cpp',
|
||||
'Src/WXInputBase.cpp',
|
||||
|
|
Loading…
Reference in New Issue