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.DJ | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/Makefile.DJ') diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ index 16012c8d42..89f58a5dd4 100644 --- a/src/mesa/main/Makefile.DJ +++ b/src/mesa/main/Makefile.DJ @@ -1,7 +1,7 @@ # Mesa 3-D graphics library -# Version: 4.1 +# Version: 5.1 # -# Copyright (C) 1999-2002 Brian Paul All Rights Reserved. +# Copyright (C) 1999-2003 Brian Paul All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -105,6 +105,7 @@ CORE_SOURCES = \ accum.c \ attrib.c \ blend.c \ + bufferobj.c \ buffers.c \ clip.c \ colortab.c \ -- cgit v1.2.3