diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2010-07-17 21:12:24 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2010-07-17 21:12:24 +0000 |
| commit | 4e7682f50761cfaed2bc59067d96d3d978e2214b (patch) | |
| tree | 7c29946f56c5a13a9ab0d0567e283f2fe777f93d /Source/Core | |
| parent | 3e383aa8eb6a83f67d7f2e3f8d5c3a709ce97253 (diff) | |
wxNEEDS_CHARPP has been set automatically since at least wxWidgets 2.8.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5894 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/SConscript | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/Core/DebuggerWX/Src/SConscript b/Source/Core/DebuggerWX/Src/SConscript index 961aadfd4a..847e9e4790 100644 --- a/Source/Core/DebuggerWX/Src/SConscript +++ b/Source/Core/DebuggerWX/Src/SConscript @@ -18,16 +18,9 @@ files = [ "JitWindow.cpp", ] -wxenv = env.Clone() -wxenv.Append( - CPPDEFINES = [ - 'wxNEEDS_CHARPP' - ] - ) - libs = [ 'common', 'debugger_ui_util' ] -wxenv.StaticLibrary(env['local_libs'] + "debwx", files, LIBS = libs) +env.StaticLibrary(env['local_libs'] + "debwx", files, LIBS = libs) |
