diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-11-25 17:42:01 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-11-25 17:42:01 +0000 |
commit | bd1db5d6b5774e0f51e18b05439ca5a5930c5f2a (patch) | |
tree | 4304420faf47a69d435d20ac58647a645ab0e49a | |
parent | b5e4a16e4a90050c1fae9124fe45a99dddfd0528 (diff) |
added wincopy demo
-rw-r--r-- | progs/xdemos/Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11 index 96a13ca33f..19dba9bb9d 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.5 1999/11/12 15:47:38 brianp Exp $ +# $Id: Makefile.X11,v 1.6 1999/11/25 17:42:01 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.1 +# Version: 3.3 # Copyright (C) 1995-1999 Brian Paul # Makefile for non-GLUT (X11, SVGA, etc) demo programs @@ -16,7 +16,7 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(XLIBS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = glxdemo glxpixmap offset xdemo glxinfo xfont glxdpyinfo +PROGS = glxdemo glxpixmap offset xdemo glxinfo xfont glxdpyinfo wincopy |