diff options
author | Brian Paul <[email protected]> | 2000-04-01 05:57:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-04-01 05:57:41 +0000 |
commit | bb128de7446fdf60e511c7e83fb35210f12c1bb9 (patch) | |
tree | 90f13d3cbb617a300fcf3f0298fadf48d071403b /progs/demos/Makefile.X11 | |
parent | 16b647d8b22338c5d651329df05293b8f9960220 (diff) |
added occlude demo
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index f87ec8f85f8..c96d64bafd6 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.8 2000/03/20 22:02:11 brianp Exp $ +# $Id: Makefile.X11,v 1.9 2000/04/01 05:57:41 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -17,8 +17,8 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) PROGS = bounce clearspd drawpix gamma gears geartrain glinfo gloss \ - glutfx isosurf lodbias morph3d multiarb osdemo paltex pointblast \ - readpix reflect renormal spectex stex3d tessdemo texcyl \ + glutfx isosurf lodbias morph3d multiarb occlude osdemo paltex \ + pointblast readpix reflect renormal spectex stex3d tessdemo texcyl \ texdown texobj trispd winpos \ |