Mesa (master): scons: Add main/querymatrix.c to SCons build.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 12 23:34:40 UTC 2010


Module: Mesa
Branch: master
Commit: ca70bf8c9d95de4cade7760eb0cc6e0d82d4f9d7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca70bf8c9d95de4cade7760eb0cc6e0d82d4f9d7

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 12 16:32:49 2010 -0700

scons: Add main/querymatrix.c to SCons build.

Commit 87eb66775949af6e9512daf7e4665c1cfa6b8745 added querymatrix.c to
make but not to SCons.

---

 src/mesa/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 79e9b45..d31b957 100644
--- 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',




More information about the mesa-commit mailing list