From 6061df09a45c42745253965df012ddf76910ea33 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 29 Mar 2003 17:01:00 +0000 Subject: Basic infrastructure for GL_ARB_vertex_buffer_object. --- src/mesa/main/Makefile.OSMesa16 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/Makefile.OSMesa16') diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16 index 3ed54c4969..62e934405c 100644 --- a/src/mesa/main/Makefile.OSMesa16 +++ b/src/mesa/main/Makefile.OSMesa16 @@ -1,8 +1,8 @@ -# $Id: Makefile.OSMesa16,v 1.13 2003/03/25 02:26:29 brianp Exp $ +# $Id: Makefile.OSMesa16,v 1.14 2003/03/29 17:01:02 brianp Exp $ # Mesa 3-D graphics library -# Version: 5.0 -# Copyright (C) 1995-2002 Brian Paul +# Version: 5.1 +# Copyright (C) 1995-2003 Brian Paul # Makefile for building Mesa for 16/32-bit/channel rendering with the OSMesa # driver. @@ -29,6 +29,7 @@ CORE_SOURCES = \ accum.c \ attrib.c \ blend.c \ + bufferobj.c \ buffers.c \ clip.c \ colortab.c \ -- cgit v1.2.3