diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-21 17:49:06 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-21 17:49:06 +0000 |
| commit | 3ef0eb979d7a6451ec74c9233af0487142e71896 (patch) | |
| tree | e478b0fca43ee440a6901cba180f542454d35cfd /Source/Core/DebuggerWX/src/SConscript | |
| parent | 5e4da92d428adbaed6f82d20bacd54965aceb717 (diff) | |
Move some code out of the plugins into VideoCommon. No functional change.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@255 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/SConscript')
| -rw-r--r-- | Source/Core/DebuggerWX/src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/src/SConscript b/Source/Core/DebuggerWX/src/SConscript index b9955a3270..139afb0a93 100644 --- a/Source/Core/DebuggerWX/src/SConscript +++ b/Source/Core/DebuggerWX/src/SConscript @@ -13,6 +13,7 @@ files = ["LogWindow.cpp", "MemoryWindow.cpp", "RegisterWindow.cpp", "RegisterView.cpp", + "JitWindow.cpp", ] wxenv = env.Copy(CXXFLAGS = "`wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP", LINKFLAGS = "-L/usr/local/lib -pthread `wx-config --libs --debug`") |
