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.win | |
parent | da74a60e4cf49a7bb59b878843a014ea2676b766 (diff) |
Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.
Diffstat (limited to 'progs/demos/Makefile.win')
-rw-r--r-- | progs/demos/Makefile.win | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win index 18372b05dba..188ca2f6734 100644 --- a/progs/demos/Makefile.win +++ b/progs/demos/Makefile.win @@ -1,8 +1,8 @@ -# $Id: Makefile.win,v 1.7 2002/01/16 00:48:43 kschultz Exp $ +# $Id: Makefile.win,v 1.8 2003/04/17 19:20:55 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.5 -# Copyright (C) 1995-2001 Brian Paul +# Version: 5.1 +# Copyright (C) 1995-2003 Brian Paul # Makefile for GLUT-based demo programs for Windows @@ -14,12 +14,14 @@ TOP = .. INCDIR = ..\include LIBDIR = ..\lib -PROGS = anisotropic \ +PROGS = \ + arbfplight \ bounce \ clearspd \ cubemap \ drawpix \ fire \ + fplight \ gamma \ gears \ geartrain \ |