Files
Xenia-Canary/src/xenia/cpu/sources.gypi
Ben Vanik bedf86d259 Adding 'x64' backend.
Does not compile.
2013-05-23 18:04:12 -07:00

26 lines
434 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'backend.h',
'cpu-private.h',
'cpu.cc',
'cpu.h',
'exec_module.cc',
'exec_module.h',
'global_exports.cc',
'global_exports.h',
'jit.h',
'ppc.h',
'processor.cc',
'processor.h',
'thread_state.cc',
'thread_state.h',
],
'includes': [
'ppc/sources.gypi',
'sdb/sources.gypi',
'x64/sources.gypi',
],
}