Added tess_winding.c for compilation
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 4 Oct 1999 05:26:46 +0000 (05:26 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 4 Oct 1999 05:26:46 +0000 (05:26 +0000)
src/glu/mesa/descrip.mms

index bcce68ff94e0539480a6dc57577e6ad050cbdf9b..094c35c7d7d57c34aec974dfa4469e529de627be 100644 (file)
@@ -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