diff options
author | Brian Paul <[email protected]> | 2003-04-17 19:20:54 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-04-17 19:20:54 +0000 |
commit | 24339179a48599510f6b4d24d2abc62c26ddda10 (patch) | |
tree | 1352ecdf14ac2b7e85d675b2b323d9b498bdb58e /progs/demos/Makefile.BeOS-R4 | |
parent | da74a60e4cf49a7bb59b878843a014ea2676b766 (diff) |
Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.
Diffstat (limited to 'progs/demos/Makefile.BeOS-R4')
-rw-r--r-- | progs/demos/Makefile.BeOS-R4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4 index 23d270f81e9..8511409a464 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 \ |