MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / make_includes

Function make_includes

tools/ports/cocos2d.py:111–137  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

109
110
111def make_includes(root):
112 return [os.path.join(root, 'CocosDenshion', 'include'),
113 os.path.join(root, 'extensions'),
114 os.path.join(root, 'extensions', 'AssetsManager'),
115 os.path.join(root, 'extensions', 'CCArmature'),
116 os.path.join(root, 'extensions', 'CCBReader'),
117 os.path.join(root, 'extensions', 'GUI', 'CCControlExtension'),
118 os.path.join(root, 'extensions', 'GUI', 'CCEditBox'),
119 os.path.join(root, 'extensions', 'GUI', 'CCScrollView'),
120 os.path.join(root, 'extensions', 'network'),
121 os.path.join(root, 'extensions', 'Components'),
122 os.path.join(root, 'extensions', 'LocalStorage'),
123 os.path.join(root, 'extensions', 'physics_nodes'),
124 os.path.join(root, 'extensions', 'spine'),
125 os.path.join(root, 'external'),
126 os.path.join(root, 'external', 'chipmunk', 'include', 'chipmunk'),
127 os.path.join(root, 'cocos2dx'),
128 os.path.join(root, 'cocos2dx', 'cocoa'),
129 os.path.join(root, 'cocos2dx', 'include'),
130 os.path.join(root, 'cocos2dx', 'kazmath', 'include'),
131 os.path.join(root, 'cocos2dx', 'platform'),
132 os.path.join(root, 'cocos2dx', 'platform', 'emscripten'),
133 os.path.join(root, 'cocos2dx', 'platform', 'third_party', 'linux', 'libfreetype2'),
134 os.path.join(root, 'cocos2dx', 'platform', 'third_party', 'common', 'etc'),
135 os.path.join(root, 'cocos2dx', 'platform', 'third_party', 'emscripten', 'libtiff', 'include'),
136 os.path.join(root, 'cocos2dx', 'platform', 'third_party', 'emscripten', 'libjpeg'),
137 os.path.join(root, 'cocos2dx', 'platform', 'third_party', 'emscripten', 'libwebp')]

Callers 2

createFunction · 0.85
process_argsFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected