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:
parent
3e383aa8eb
commit
4e7682f507
|
@ -18,16 +18,9 @@ files = [
|
||||||
"JitWindow.cpp",
|
"JitWindow.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
wxenv = env.Clone()
|
|
||||||
wxenv.Append(
|
|
||||||
CPPDEFINES = [
|
|
||||||
'wxNEEDS_CHARPP'
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
libs = [
|
libs = [
|
||||||
'common',
|
'common',
|
||||||
'debugger_ui_util'
|
'debugger_ui_util'
|
||||||
]
|
]
|
||||||
|
|
||||||
wxenv.StaticLibrary(env['local_libs'] + "debwx", files, LIBS = libs)
|
env.StaticLibrary(env['local_libs'] + "debwx", files, LIBS = libs)
|
||||||
|
|
Loading…
Reference in New Issue