scons: generate the glapitable.h file too
This commit is contained in:
@@ -18,6 +18,13 @@ glapi_headers += env.CodeGenerate(
|
||||
command = python_cmd + ' $SCRIPT -m remap_table -f $SOURCE > $TARGET',
|
||||
)
|
||||
|
||||
glapi_headers += env.CodeGenerate(
|
||||
target = '#src/mapi/glapi/glapitable.h',
|
||||
script = GLAPI + 'gen/gl_table.py',
|
||||
source = GLAPI + 'gen/gl_API.xml',
|
||||
command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
|
||||
)
|
||||
|
||||
glapi_headers += env.CodeGenerate(
|
||||
target = '#src/mapi/glapi/glapitemp.h',
|
||||
script = GLAPI + 'gen/gl_apitemp.py',
|
||||
|
||||
Reference in New Issue
Block a user