diff options
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 \ |