# -*- python -*- Import('env') if not env['HAVE_WX']: Return() files = [ 'CodeView.cpp', 'DebuggerUIUtil.cpp', 'MemoryView.cpp', ] env.StaticLibrary(env['local_libs'] + 'debugger_ui_util', files)