Cross-platformizing MMIO stuff.
MSVC build likely needs some fixes.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
'cpu-private.h',
|
||||
'cpu.cc',
|
||||
'cpu.h',
|
||||
'mmio_handler.cc',
|
||||
'mmio_handler.h',
|
||||
'processor.cc',
|
||||
'processor.h',
|
||||
'xenon_memory.cc',
|
||||
@@ -15,4 +17,25 @@
|
||||
'xex_module.cc',
|
||||
'xex_module.h',
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS == "mac" or OS == "linux"', {
|
||||
'sources': [
|
||||
],
|
||||
}],
|
||||
['OS == "linux"', {
|
||||
'sources': [
|
||||
],
|
||||
}],
|
||||
['OS == "mac"', {
|
||||
'sources': [
|
||||
'mmio_handler_mac.cc',
|
||||
],
|
||||
}],
|
||||
['OS == "win"', {
|
||||
'sources': [
|
||||
'mmio_handler_win.cc',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user