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
This commit is contained in:
Soren Jorvang 2010-07-17 21:12:24 +00:00
parent 3e383aa8eb
commit 4e7682f507

View File

@ -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)