diff options
| author | magumagu9 <magumagu9@gmail.com> | 2009-01-17 19:59:20 +0000 |
|---|---|---|
| committer | magumagu9 <magumagu9@gmail.com> | 2009-01-17 19:59:20 +0000 |
| commit | 0099b5c95732335c575d306def2aaf445654c8ba (patch) | |
| tree | 921beebb72ae24601e49ec9dffd584e6b0b03697 /Source/Core/Common/Src/SConscript | |
| parent | 60c48278d8a68b27b21a5413da90263bae0e8ee3 (diff) | |
Misc Linux build fixes in the wake of r1887; still doesn't work right
because Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Logging.cpp appears
to be missing, and I haven't looked at the fallout of r1884 yet.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1897 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 46b4f8fabf..04d08f8d97 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -6,6 +6,7 @@ files = [ "ABI.cpp", "MsgHandler.cpp", "ChunkFile.cpp", + "ConsoleWindow.cpp", "CPUDetect.cpp", "DynamicLibrary.cpp", "Hash.cpp", |
