xenia/src/xenia/sources.gypi

36 lines
621 B
Plaintext
Raw Normal View History

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'common.h',
'config.h',
'core.h',
'emulator.cc',
'emulator.h',
'export_resolver.cc',
'export_resolver.h',
'logging.cc',
'logging.h',
'malloc.cc',
'malloc.h',
2013-02-09 07:07:38 +01:00
'platform.cc',
'platform.h',
2014-05-28 07:54:40 +02:00
'profiling.cc',
'profiling.h',
2013-02-06 19:04:34 +01:00
'string.cc',
'string.h',
'types.h',
'xbox.h',
'xenia.h',
],
'includes': [
'apu/sources.gypi',
'core/sources.gypi',
'cpu/sources.gypi',
'gpu/sources.gypi',
2013-10-24 06:47:36 +02:00
'hid/sources.gypi',
'kernel/sources.gypi',
'ui/sources.gypi',
],
}