mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
OpenVMS compile support update
Modified Files: Mesa/src/mesa/main/descrip.mms ----------------------------------------------------------------------
This commit is contained in:
parent
be906fe05e
commit
c3c64383ca
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue