mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 19:10:14 +01:00
scons: generate the glapitable.h file too
This commit is contained in:
parent
8009fca501
commit
091a61a8d5
1 changed files with 7 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue