Files
Xenia-Canary/src/xenia/cpu/sdb/sources.gypi
Ben Vanik 85804f7415 Initial libjit skeleton.
Not currently generating instructions, but most of the flow is right up to
that point. A lot of work required to refactor the emitter, but wanted to
get this checked in.
2013-05-21 15:36:58 -07:00

16 lines
319 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'raw_symbol_database.cc',
'raw_symbol_database.h',
'symbol.cc',
'symbol.h',
'symbol_database.cc',
'symbol_database.h',
'symbol_table.cc',
'symbol_table.h',
'xex_symbol_database.cc',
'xex_symbol_database.h',
]
}