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

17 lines
327 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'x64_backend.cc',
'x64_backend.h',
'x64_emit.h',
'x64_emit_alu.cc',
'x64_emit_control.cc',
'x64_emit_fpu.cc',
'x64_emit_memory.cc',
'x64_emitter.cc',
'x64_emitter.h',
'x64_jit.cc',
'x64_jit.h',
],
}