Added tessellation winding rule files.
authorGareth Hughes <gareth@valinux.com>
Sun, 3 Oct 1999 00:53:38 +0000 (00:53 +0000)
committerGareth Hughes <gareth@valinux.com>
Sun, 3 Oct 1999 00:53:38 +0000 (00:53 +0000)
src/glu/mesa/Makefile.BeOS
src/glu/mesa/Makefile.BeOS-R4
src/glu/mesa/Makefile.X11

index 721ad943fbb22706bc2f72656b44f927456c7591..989ad7c157d307e4053c56a83494059dcd77f05f 100644 (file)
@@ -29,7 +29,8 @@ INCDIR = ../include
 LIBDIR = ../lib
 
 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 = $(SOURCES:.c=.o)
 
index 20703af89bb0640a0c10e777830bdd770121295e..1285db4c3332b368dc3e64f1f7cf3d28abe05a3a 100644 (file)
 # Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
-# $Id: Makefile.BeOS-R4,v 1.4 1999/09/17 00:06:57 brianp Exp $
+# $Id: Makefile.BeOS-R4,v 1.5 1999/10/03 00:53:38 gareth Exp $
 
 # $Log: Makefile.BeOS-R4,v $
+# Revision 1.5  1999/10/03 00:53:38  gareth
+# Added tessellation winding rule files.
+#
 # Revision 1.4  1999/09/17 00:06:57  brianp
 # version symbol changes
 #
@@ -55,7 +58,8 @@ INCDIR = ../include
 LIBDIR = ../lib
 
 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 = $(SOURCES:.c=.o)
 
index 625120a1cc903ce50c96458e4834e1986b3a282a..3036001776c586273043453d62a03a54cf0116c4 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.5 1999/09/17 12:06:56 brianp Exp $
+# $Id: Makefile.X11,v 1.6 1999/10/03 00:53:38 gareth Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
@@ -19,7 +19,8 @@ INCDIR = ../include
 LIBDIR = ../lib
 
 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 = $(SOURCES:.c=.o)