diff options
author | Brian Paul <[email protected]> | 2000-03-01 16:24:29 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-03-01 16:24:29 +0000 |
commit | 15da01e16b73d061a6f20e0664e0c03cc548b0e6 (patch) | |
tree | 29bc1921c0b4ce184bdc67a3aaa2eb33aef6e35c /progs/demos/Makefile.cygnus | |
parent | eca1bc983d564e1be8231b2e1b3f393a2761b2f9 (diff) |
added readpix program
Diffstat (limited to 'progs/demos/Makefile.cygnus')
-rw-r--r-- | progs/demos/Makefile.cygnus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus index ef27b6f6b2d..636a85b2d0f 100644 --- a/progs/demos/Makefile.cygnus +++ b/progs/demos/Makefile.cygnus @@ -1,4 +1,4 @@ -# $Id: Makefile.cygnus,v 1.3 2000/01/28 16:27:27 brianp Exp $ +# $Id: Makefile.cygnus,v 1.4 2000/03/01 16:24:29 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -20,7 +20,7 @@ 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 glinfo glutfx gloss isosurf \ - morph3d multiext osdemo paltex pointblast reflect \ + morph3d multiext osdemo paltex pointblast readpix reflect \ renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos |