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