diff options
author | Jouk Jansen <[email protected]> | 2003-12-08 09:03:35 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2003-12-08 09:03:35 +0000 |
commit | 58f88a29d2eeb9cc5f4658113d0ebe11f60ab61c (patch) | |
tree | 9ee6e62e631ff78f9eb2863a395830b0698d6e2f /src/mesa/main/descrip.mms | |
parent | 2799d2535ab013ec82c79e3f98f92cdef43dbdf3 (diff) |
Committing in .
OpenVMS compile issues
Modified Files:
Mesa-newtree/progs/tests/cva.c
Mesa-newtree/progs/tests/dinoshade.c
Mesa-newtree/progs/tests/multipal.c
Mesa-newtree/src/mesa/main/descrip.mms
Mesa-newtree/src/mesa/tnl/descrip.mms
Mesa-newtree/src/mesa/tnl/t_vtx_api.c
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/descrip.mms')
-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 67d4e2de817..e6d5d22d8c8 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -17,6 +17,7 @@ LIBDIR = [---.lib] CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short) SOURCES =accum.c \ + api_arrayelt.c \ api_loopback.c \ api_noop.c \ api_validate.c \ @@ -75,6 +76,7 @@ SOURCES =accum.c \ vtxfmt.c OBJECTS=accum.obj,\ +api_arrayelt.obj,\ api_loopback.obj,\ api_noop.obj,\ api_validate.obj,\ @@ -147,6 +149,7 @@ clean : delete *.obj;* accum.obj : accum.c +api_arrayelt.obj : api_arrayelt.c api_loopback.obj : api_loopback.c api_noop.obj : api_noop.c api_validate.obj : api_validate.c |