17 lines
327 B
Python
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',
|
|
],
|
|
}
|