summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2006-06-16 13:14:35 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2006-06-16 13:14:35 +0000
commitc3c64383cae74e2777478c5271bea494272885eb (patch)
tree2d1d0fe208e5944323c40b17b2b6665c22c46da0 /src/mesa/main/descrip.mms
parentbe906fe05e1fd6c488ff84b24379d7272a5ac5af (diff)
OpenVMS compile support update
Modified Files: Mesa/src/mesa/main/descrip.mms ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index d9ea61883d..5790e6b796 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -23,6 +23,7 @@ SOURCES =accum.c \
api_noop.c \
api_validate.c \
attrib.c \
+ arrayobj.c \
blend.c \
bufferobj.c \
buffers.c \
@@ -83,6 +84,7 @@ api_arrayelt.obj,\
api_loopback.obj,\
api_noop.obj,\
api_validate.obj,\
+arrayobj.obj,\
attrib.obj,\
blend.obj,\
bufferobj.obj,\
@@ -157,6 +159,7 @@ api_arrayelt.obj : api_arrayelt.c
api_loopback.obj : api_loopback.c
api_noop.obj : api_noop.c
api_validate.obj : api_validate.c
+arrayobj.obj : arrayobj.c
attrib.obj : attrib.c
blend.obj : blend.c
bufferobj.obj : bufferobj.c