Screw convention; moving include files alongside source files.
They now will show up in xcode/etc.
This commit is contained in:
26
src/xenia/kernel/modules/xboxkrnl/sources.gypi
Normal file
26
src/xenia/kernel/modules/xboxkrnl/sources.gypi
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'kernel_state.cc',
|
||||
'kernel_state.h',
|
||||
'module.cc',
|
||||
'module.h',
|
||||
'xboxkrnl_hal.cc',
|
||||
'xboxkrnl_hal.h',
|
||||
'xboxkrnl_memory.cc',
|
||||
'xboxkrnl_memory.h',
|
||||
'xboxkrnl_module.cc',
|
||||
'xboxkrnl_module.h',
|
||||
'xboxkrnl_rtl.cc',
|
||||
'xboxkrnl_rtl.h',
|
||||
'xboxkrnl_tableh',
|
||||
'xboxkrnl_threading.cc',
|
||||
'xboxkrnl_threading.h',
|
||||
'xobject.cc',
|
||||
'xobject.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
'objects/sources.gypi',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user