xenia/src/kernel/sources.gypi
2013-01-31 13:27:00 -08:00

14 lines
196 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'export.cc',
'runtime.cc',
'xex2.cc',
],
'includes': [
'fs/sources.gypi',
'modules/sources.gypi',
],
}