diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-07-31 20:22:35 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-07-31 20:22:35 +0000 |
| commit | d8fa3113ea34508dca2fc0acb0ae37d870235c3d (patch) | |
| tree | b101bbb69886fe1dccc835d5a44769664ba5de1f /Source/Core/Common/Src/SConscript | |
| parent | 60ac064e0cac7dc814d07eed4c7f03911c9aeb3c (diff) | |
Cleanup, preparations for Linux/Mac JIT (not yet working)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@114 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index d14efd2c5d..839e7382b1 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -1,6 +1,7 @@ Import('env') -files = ["Common.cpp", +files = ["ABI.cpp", + "Common.cpp", "CPUDetect.cpp", "DynamicLibrary.cpp", "Hash.cpp", |
