For future reference: always run "git grep" on refactorings.
mapi_sources = [
'u_current.c',
'u_execmem.c',
- 'u_thread.c',
]
for s in mapi_sources:
o = env.SharedObject(s[:-2], '../mapi/' + s)
def mapi_objects(env, printer, mode):
"""Return mapi objects built for the given printer and mode."""
mapi_sources = {
- 'glapi': ['entry.c', 'mapi_glapi.c', 'stub.c', 'table.c',
- 'u_current.c', 'u_execmem.c', 'u_thread.c'],
+ 'glapi': [
+ 'entry.c',
+ 'mapi_glapi.c',
+ 'stub.c',
+ 'table.c',
+ 'u_current.c',
+ 'u_execmem.c',
+ ],
'bridge': ['entry.c'],
}
mapi_defines = {
'table.c',
'u_current.c',
'u_execmem.c',
- 'u_thread.c',
]
vgapi_objects = []