summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.cygnus
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-05-30 01:19:49 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-05-30 01:19:49 +0000
commitaea03c424d4223aee334a66a5702d37e1e1a08cc (patch)
tree517499bc9d3456d8460442b4df395b97a394e0cd /progs/demos/Makefile.cygnus
parentd04d20974e2235c0677ffab5a0d8dd8ee614da0e (diff)
added cubemap demo
Diffstat (limited to 'progs/demos/Makefile.cygnus')
-rw-r--r--progs/demos/Makefile.cygnus8
1 files changed, 4 insertions, 4 deletions
diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus
index 45be9a409f..6beb5738f0 100644
--- a/progs/demos/Makefile.cygnus
+++ b/progs/demos/Makefile.cygnus
@@ -1,4 +1,4 @@
-# $Id: Makefile.cygnus,v 1.8 2000/04/07 16:30:46 brianp Exp $
+# $Id: Makefile.cygnus,v 1.9 2000/05/30 01:19:49 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -19,9 +19,9 @@ GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(WLIBS)
LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
-PROGS = clearspd drawpix gamma gears geartrain glinfo glutfx gloss isosurf \
- lodbias morph3d multiext occlude osdemo paltex pixeltex pointblast \
- readpix reflect \
+PROGS = clearspd cubemap drawpix gamma gears geartrain glinfo glutfx \
+ gloss isosurf lodbias morph3d multiext occlude osdemo paltex \
+ pixeltex pointblast readpix reflect \
renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos