diff options
author | Gareth Hughes <[email protected]> | 1999-09-10 02:03:31 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 1999-09-10 02:03:31 +0000 |
commit | 2856b53e03a59d1a567a56b99450a44be1a60e13 (patch) | |
tree | 68e32d92cf522bf47db94e2f9074249a898a894b /src/glu/mesa/descrip.mms | |
parent | 2ba7c1cbe44ce7d8878e311ff22fe33da0cd6329 (diff) |
Added GLU 1.3 tessellation (except winding rule code).
Diffstat (limited to 'src/glu/mesa/descrip.mms')
-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 b660f6914de..bcce68ff94e 100644 --- a/src/glu/mesa/descrip.mms +++ b/src/glu/mesa/descrip.mms @@ -15,10 +15,11 @@ 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 tesselat.c polytest.c + project.c quadric.c tess.c tess_fist.c tess_hash.c tess_heap.c OBJECTS =glu.obj,mipmap.obj,nurbs.obj,nurbscrv.obj,nurbssrf.obj,nurbsutl.obj,\ - project.obj,quadric.obj,tess.obj,tesselat.obj,polytest.obj + project.obj,quadric.obj,tess.obj,tess_fist.obj,tess_hash.obj,\ + tess_heap.obj |