diff options
author | Jouk Jansen <[email protected]> | 2006-06-16 13:14:35 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2006-06-16 13:14:35 +0000 |
commit | c3c64383cae74e2777478c5271bea494272885eb (patch) | |
tree | 2d1d0fe208e5944323c40b17b2b6665c22c46da0 /src/mesa/main | |
parent | be906fe05e1fd6c488ff84b24379d7272a5ac5af (diff) |
OpenVMS compile support update
Modified Files:
Mesa/src/mesa/main/descrip.mms
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/descrip.mms | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index d9ea61883d7..5790e6b796c 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 |