summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-10-04 05:26:46 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-10-04 05:26:46 +0000
commit08a454c7afaf9427ce9ca32b11df0fee111ed883 (patch)
tree6305549a1d76843dae1e9786fe668545d5144f6e /src/glu
parentdcf11bdb934b4479279cc33a9cdff2ee7049f1e4 (diff)
Added tess_winding.c for compilation
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/mesa/descrip.mms5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/glu/mesa/descrip.mms b/src/glu/mesa/descrip.mms
index bcce68ff94..094c35c7d7 100644
--- a/src/glu/mesa/descrip.mms
+++ b/src/glu/mesa/descrip.mms
@@ -15,11 +15,12 @@ LIBDIR = [-.lib]
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
+ project.c quadric.c tess.c tess_fist.c tess_hash.c tess_heap.c \
+ tess_winding.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_heap.obj,tess_winding.obj