diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-03-18 17:17:58 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-03-18 17:17:58 +0000 |
| commit | 2301d072a6d356e1a3a22a498fff9d15197c5d7f (patch) | |
| tree | 5385f176e56e400befb0b799113a6abe4a358558 /Source/Core/DebuggerWX/Src/SConscript | |
| parent | 03ba466b5b202e188f84d62ea4b23e31226df2a6 (diff) | |
nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2675 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/SConscript')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/SConscript | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Source/Core/DebuggerWX/Src/SConscript b/Source/Core/DebuggerWX/Src/SConscript index 044509d665..2eeb171a3e 100644 --- a/Source/Core/DebuggerWX/Src/SConscript +++ b/Source/Core/DebuggerWX/Src/SConscript @@ -5,21 +5,21 @@ Import('env') if not env['HAVE_WX']: Return() -files = ["LogWindow.cpp", - "BreakPointDlg.cpp", - "BreakpointView.cpp", - "CodeView.cpp", - "BreakpointWindow.cpp", - "CodeWindow.cpp", - "CodeWindowSJP.cpp", - "CodeView.cpp", - "MemoryCheckDlg.cpp", - "MemoryView.cpp", - "MemoryWindow.cpp", - "RegisterWindow.cpp", - "RegisterView.cpp", - "JitWindow.cpp", - ] +files = [ + "BreakPointDlg.cpp", + "BreakpointView.cpp", + "CodeView.cpp", + "BreakpointWindow.cpp", + "CodeWindow.cpp", + "CodeWindowSJP.cpp", + "CodeView.cpp", + "MemoryCheckDlg.cpp", + "MemoryView.cpp", + "MemoryWindow.cpp", + "RegisterWindow.cpp", + "RegisterView.cpp", + "JitWindow.cpp", + ] wxenv = env.Clone() wxenv.Append( CPPDEFINES = [ |
