summaryrefslogtreecommitdiff
path: root/src/glu/mesa/Makefile.BeOS-R4
diff options
context:
space:
mode:
Diffstat (limited to 'src/glu/mesa/Makefile.BeOS-R4')
-rw-r--r--src/glu/mesa/Makefile.BeOS-R48
1 files changed, 6 insertions, 2 deletions
diff --git a/src/glu/mesa/Makefile.BeOS-R4 b/src/glu/mesa/Makefile.BeOS-R4
index 1285db4c33..ebe3a689d3 100644
--- a/src/glu/mesa/Makefile.BeOS-R4
+++ b/src/glu/mesa/Makefile.BeOS-R4
@@ -19,9 +19,13 @@
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# $Id: Makefile.BeOS-R4,v 1.5 1999/10/03 00:53:38 gareth Exp $
+# $Id: Makefile.BeOS-R4,v 1.6 1999/12/06 09:39:34 gareth Exp $
# $Log: Makefile.BeOS-R4,v $
+# Revision 1.6 1999/12/06 09:39:34 gareth
+# Merging in work from 3.1/3.2 branch. Tessellator is essentially fully
+# functional now.
+#
# Revision 1.5 1999/10/03 00:53:38 gareth
# Added tessellation winding rule files.
#
@@ -59,7 +63,7 @@ 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 \
- tess_winding.c
+ tess_winding.c tess_clip.c
OBJECTS = $(SOURCES:.c=.o)