Screw convention; moving include files alongside source files.

They now will show up in xcode/etc.
This commit is contained in:
Ben Vanik
2013-02-06 02:19:50 -08:00
parent 3dfd9c4b00
commit 88431eadce
151 changed files with 290 additions and 200 deletions

View 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',
],
}