dolphin/Source/Core/DebuggerUICommon/Src/SConscript

15 lines
205 B
Python

# -*- 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)