scons: Remove references to u_thread.c
For future reference: always run "git grep" on refactorings.
This commit is contained in:
@@ -8,8 +8,14 @@ Import('*')
|
||||
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 = {
|
||||
|
||||
Reference in New Issue
Block a user