diff options
author | Jouk Jansen <[email protected]> | 1999-10-04 05:26:46 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 1999-10-04 05:26:46 +0000 |
commit | 08a454c7afaf9427ce9ca32b11df0fee111ed883 (patch) | |
tree | 6305549a1d76843dae1e9786fe668545d5144f6e /src | |
parent | dcf11bdb934b4479279cc33a9cdff2ee7049f1e4 (diff) |
Added tess_winding.c for compilation
Diffstat (limited to 'src')
-rw-r--r-- | src/glu/mesa/descrip.mms | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/glu/mesa/descrip.mms b/src/glu/mesa/descrip.mms index bcce68ff94e..094c35c7d7d 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 |