Files
Xenia-Canary/src/xenia/kernel/objects/sources.gypi
Ben Vanik 5019f350f8 Mutants.
2014-01-07 18:32:55 -08:00

20 lines
336 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'xevent.cc',
'xevent.h',
'xfile.cc',
'xfile.h',
'xmodule.cc',
'xmodule.h',
'xmutant.cc',
'xmutant.h',
'xnotify_listener.cc',
'xnotify_listener.h',
'xsemaphore.cc',
'xsemaphore.h',
'xthread.cc',
'xthread.h',
],
}