diff options
| author | nakeee <nakeee@gmail.com> | 2008-12-14 22:00:18 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-12-14 22:00:18 +0000 |
| commit | b0f17043bd288b6fae49ac49d9bcd3564f184f31 (patch) | |
| tree | 88e8d773a2ddd804c1201b55fc5332045c0982f9 /Source/Core/Common/Src/SConscript | |
| parent | a46392f2434465ec326643e807d221412d978977 (diff) | |
new MsgHandler replacing common
Most things moved to macros
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1542 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 4adfd8d255..7de9965b01 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -4,7 +4,7 @@ Import('env') files = [ "ABI.cpp", - "Common.cpp", + "MsgHandler.cpp", "ChunkFile.cpp", "CPUDetect.cpp", "DynamicLibrary.cpp", |
