projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8009fca
)
scons: generate the glapitable.h file too
author
Brian Paul
<brianp@vmware.com>
Fri, 1 Jun 2012 14:27:21 +0000
(08:27 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 1 Jun 2012 14:27:21 +0000
(08:27 -0600)
src/mapi/glapi/gen/SConscript
patch
|
blob
|
history
diff --git
a/src/mapi/glapi/gen/SConscript
b/src/mapi/glapi/gen/SConscript
index 81f69dfea47fbb3d2ce61d48119f1f3f6be52a1b..e8bb22731ca7c474517aaf2584e7ba6aca8eb26f 100644
(file)
--- a/
src/mapi/glapi/gen/SConscript
+++ b/
src/mapi/glapi/gen/SConscript
@@
-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',