projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59c6c0
)
scons: Add main/querymatrix.c to SCons build.
author
Vinson Lee
<vlee@vmware.com>
Thu, 12 Aug 2010 23:32:49 +0000
(16:32 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 12 Aug 2010 23:34:22 +0000
(16:34 -0700)
Commit
87eb66775949af6e9512daf7e4665c1cfa6b8745
added querymatrix.c to
make but not to SCons.
src/mesa/SConscript
patch
|
blob
|
history
diff --git
a/src/mesa/SConscript
b/src/mesa/SConscript
index 79e9b4553b7bfa02849c49126fbaa2c508d2da7e..d31b957234b21c8a16f7fc41aed108a041c3ea58 100644
(file)
--- a/
src/mesa/SConscript
+++ b/
src/mesa/SConscript
@@
-80,6
+80,7
@@
if env['platform'] != 'winddk':
'main/pixelstore.c',
'main/points.c',
'main/polygon.c',
+ 'main/querymatrix.c',
'main/queryobj.c',
'main/rastpos.c',
'main/readpix.c',