summaryrefslogtreecommitdiffstats
path: root/progs/demos/Makefile.cygnus
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-28 16:27:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-28 16:27:27 +0000
commit062ebf45c5ed645a0e208378fe5b87d95b2d9c1e (patch)
tree1e5bdab549cab48df8bd7086df8403004ba39b9a /progs/demos/Makefile.cygnus
parent215ff2265163349808b3bba3170d25cd10904601 (diff)
downloadexternal_mesa3d-062ebf45c5ed645a0e208378fe5b87d95b2d9c1e.zip
external_mesa3d-062ebf45c5ed645a0e208378fe5b87d95b2d9c1e.tar.gz
external_mesa3d-062ebf45c5ed645a0e208378fe5b87d95b2d9c1e.tar.bz2
added texdown program
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 dee1e89..ef27b6f 100644
--- a/progs/demos/Makefile.cygnus
+++ b/progs/demos/Makefile.cygnus
@@ -1,8 +1,8 @@
-# $Id: Makefile.cygnus,v 1.2 1999/10/22 20:37:23 brianp Exp $
+# $Id: Makefile.cygnus,v 1.3 2000/01/28 16:27:27 brianp Exp $
# Mesa 3-D graphics library
-# Version: 3.1
-# Copyright (C) 1995-1999 Brian Paul
+# Version: 3.3
+# Copyright (C) 1995-2000 Brian Paul
# Makefile for demo programs for cygnus
@@ -21,7 +21,7 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
PROGS = clearspd drawpix gamma gears glinfo glutfx gloss isosurf \
morph3d multiext osdemo paltex pointblast reflect \
- renormal spectex stex3d tessdemo texcyl texobj trispd winpos
+ renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos
##### RULES #####