diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-06-28 12:15:31 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-06-28 12:15:31 +0000 |
| commit | 8e7fdbc150ad2f17837d87c3e700e66cdb84b3ea (patch) | |
| tree | a883de5a12f28cc44fc76b04e34d43db37d63d84 /Source/Core/Common/Src/SConscript | |
| parent | 7c92dada85f70a11db784bf4b7491f963d740b0b (diff) | |
cleanup: extract breakpoint code into Common. only have one shared PPCDebugInterface.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3567 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 6ceba317a2..07e6ff313f 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -5,6 +5,7 @@ import sys files = [ "ABI.cpp", + "BreakPoints.cpp", "CDUtils.cpp", "ChunkFile.cpp", "ColorUtil.cpp", |
