summaryrefslogtreecommitdiff
path: root/src/glu/mesa/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-12-07 09:02:12 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-12-07 09:02:12 +0000
commitfce01a5a168630f3c29d0359cea849552ebed901 (patch)
treed31113d2ec3d1e347637b362ede578005fc7c1e2 /src/glu/mesa/descrip.mms
parentff5ce773b254ab37cc0e01d62c131a32338b667f (diff)
Committing in .
Make supportupdate for VMS Modified Files: Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h ----------------------------------------------------------------------
Diffstat (limited to 'src/glu/mesa/descrip.mms')
-rw-r--r--src/glu/mesa/descrip.mms4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/mesa/descrip.mms b/src/glu/mesa/descrip.mms
index 094c35c7d7..909147eae6 100644
--- a/src/glu/mesa/descrip.mms
+++ b/src/glu/mesa/descrip.mms
@@ -16,11 +16,11 @@ CFLAGS = /include=$(INCDIR)/define=(FBIND=1)
SOURCES = glu.c mipmap.c nurbs.c nurbscrv.c nurbssrf.c nurbsutl.c \
project.c quadric.c tess.c tess_fist.c tess_hash.c tess_heap.c \
- tess_winding.c
+ tess_winding.c tess_clip.c
OBJECTS =glu.obj,mipmap.obj,nurbs.obj,nurbscrv.obj,nurbssrf.obj,nurbsutl.obj,\
project.obj,quadric.obj,tess.obj,tess_fist.obj,tess_hash.obj,\
- tess_heap.obj,tess_winding.obj
+ tess_heap.obj,tess_winding.obj,tess_clip.obj