summaryrefslogtreecommitdiff
path: root/src/mesa/descrip.mms
diff options
context:
space:
mode:
authorJ.Jansen <joukj@tarantella.nano.tudelft.nl>2007-05-10 08:04:39 +0200
committerJ.Jansen <joukj@tarantella.nano.tudelft.nl>2007-05-10 08:04:39 +0200
commit518f9168862b2096278ae14a65c8c854c208e004 (patch)
treee65c246607c5293710fe247c0dbd01c34c54e484 /src/mesa/descrip.mms
parentb47018937896c67aabab69a30c485a2620abcf19 (diff)
Updated OpenVMS makefiles
modified: src/mesa/descrip.mms modified: src/mesa/drivers/osmesa/descrip.mms modified: src/mesa/drivers/x11/descrip.mms modified: src/mesa/main/descrip.mms modified: src/mesa/shader/descrip.mms modified: src/mesa/shader/slang/descrip.mms modified: src/mesa/swrast/descrip.mms modified: src/mesa/swrast_setup/descrip.mms modified: src/mesa/tnl/descrip.mms
Diffstat (limited to 'src/mesa/descrip.mms')
-rw-r--r--src/mesa/descrip.mms5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/descrip.mms b/src/mesa/descrip.mms
index a12e3fc1b7..dbfa336a91 100644
--- a/src/mesa/descrip.mms
+++ b/src/mesa/descrip.mms
@@ -1,5 +1,6 @@
# Makefile for Mesa for VMS
-# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
+# contributed by Jouk Jansen joukj@hrem.nano.tudelft.nl
+# Date last revision : 7 March 2007
all :
set default [.main]
@@ -22,5 +23,5 @@ all :
$(MMS)$(MMSQUALIFIERS)
set default [-.swrast_setup]
$(MMS)$(MMSQUALIFIERS)
- set default [-.array_cache]
+ set default [-.vbo]
$(MMS)$(MMSQUALIFIERS)