projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af74a3
)
gallivm: Integrate udis86 on scons builds.
author
José Fonseca
<jfonseca@vmware.com>
Fri, 5 Mar 2010 15:22:12 +0000
(15:22 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 6 Mar 2010 09:34:31 +0000
(09:34 +0000)
src/gallium/auxiliary/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/SConscript
b/src/gallium/auxiliary/SConscript
index f365c4bbdd6666e663d44eb50b22e53fb572a5bc..c989d13359cc6e46092ab06d2eae613ecdeac2f2 100644
(file)
--- a/
src/gallium/auxiliary/SConscript
+++ b/
src/gallium/auxiliary/SConscript
@@
-7,6
+7,8
@@
env.Append(CPPPATH = [
'util',
])
+env.Tool('udis86')
+
env.CodeGenerate(
target = 'indices/u_indices_gen.c',
script = 'indices/u_indices_gen.py',