projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
355da23
)
added glxgears
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 23 Mar 2001 22:48:35 +0000
(22:48 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 23 Mar 2001 22:48:35 +0000
(22:48 +0000)
progs/xdemos/Makefile.X11
patch
|
blob
|
history
diff --git
a/progs/xdemos/Makefile.X11
b/progs/xdemos/Makefile.X11
index
5a4e8f7
..
7192eb5
100644
(file)
--- a/
progs/xdemos/Makefile.X11
+++ b/
progs/xdemos/Makefile.X11
@@
-1,8
+1,8
@@
-# $Id: Makefile.X11,v 1.1
0 2000/07/20 20:12:17
brianp Exp $
+# $Id: Makefile.X11,v 1.1
1 2001/03/23 22:48:35
brianp Exp $
# Mesa 3-D graphics library
-# Version: 3.
3
-# Copyright (C) 1995-200
0
Brian Paul
+# Version: 3.
5
+# Copyright (C) 1995-200
1
Brian Paul
# Makefile for non-GLUT (X11, SVGA, etc) demo programs
@@
-18,6
+18,7
@@
LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
PROGS = glthreads \
glxdemo \
+ glxgears \
glxheads \
glxinfo \
glxpixmap \