mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
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",
|
||||
]
|
||||
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user