From 24339179a48599510f6b4d24d2abc62c26ddda10 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 17 Apr 2003 19:20:54 +0000 Subject: Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting. --- progs/demos/Makefile.BeOS-R4 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'progs/demos/Makefile.BeOS-R4') diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4 index 23d270f81e..8511409a46 100644 --- a/progs/demos/Makefile.BeOS-R4 +++ b/progs/demos/Makefile.BeOS-R4 @@ -1,4 +1,4 @@ -# $Id: Makefile.BeOS-R4,v 1.14 2001/02/20 17:04:52 brianp Exp $ +# $Id: Makefile.BeOS-R4,v 1.15 2003/04/17 19:20:54 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -17,11 +17,14 @@ GL_LIBS = -L$(LIBDIR) -L/boot/home/config/lib -Xlinker -rpath $(LIBDIR) -lbe -lg LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = bounce \ +PROGS = \ + arbfplight \ + bounce \ clearspd \ cubemap \ drawpix \ fire \ + fplight \ gamma \ gears \ geartrain \ -- cgit v1.2.3