mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
Fix scons build.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7415 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
07c4da6084
commit
99e4a500dc
8 changed files with 1061 additions and 1054 deletions
|
@ -52,6 +52,12 @@ files = [
|
||||||
'Src/Debugger/Debugger_SymbolMap.cpp',
|
'Src/Debugger/Debugger_SymbolMap.cpp',
|
||||||
'Src/Debugger/Dump.cpp',
|
'Src/Debugger/Dump.cpp',
|
||||||
'Src/Debugger/PPCDebugInterface.cpp',
|
'Src/Debugger/PPCDebugInterface.cpp',
|
||||||
|
'Src/FifoPlayer/FifoAnalyzer.cpp',
|
||||||
|
'Src/FifoPlayer/FifoDataFile.cpp',
|
||||||
|
'Src/FifoPlayer/FifoPlaybackAnalyzer.cpp',
|
||||||
|
'Src/FifoPlayer/FifoPlayer.cpp',
|
||||||
|
'Src/FifoPlayer/FifoRecordAnalyzer.cpp',
|
||||||
|
'Src/FifoPlayer/FifoRecorder.cpp',
|
||||||
'Src/GeckoCode.cpp',
|
'Src/GeckoCode.cpp',
|
||||||
'Src/GeckoCodeConfig.cpp',
|
'Src/GeckoCodeConfig.cpp',
|
||||||
'Src/HLE/HLE.cpp',
|
'Src/HLE/HLE.cpp',
|
||||||
|
|
|
@ -28,6 +28,7 @@ else:
|
||||||
'Src/Debugger/MemoryWindow.cpp',
|
'Src/Debugger/MemoryWindow.cpp',
|
||||||
'Src/Debugger/RegisterView.cpp',
|
'Src/Debugger/RegisterView.cpp',
|
||||||
'Src/Debugger/RegisterWindow.cpp',
|
'Src/Debugger/RegisterWindow.cpp',
|
||||||
|
'Src/FifoPlayerDlg.cpp',
|
||||||
'Src/Frame.cpp',
|
'Src/Frame.cpp',
|
||||||
'Src/FrameAui.cpp',
|
'Src/FrameAui.cpp',
|
||||||
'Src/FrameTools.cpp',
|
'Src/FrameTools.cpp',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue