Files
Xenia-Canary/src/kernel/sources.gypi
Ben Vanik 49af0dbc85 Real modules and threads (mostly).
Need events/waiting to get proper launch thread behavior.
2013-01-30 22:44:32 -08:00

13 lines
173 B
Python

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