Committing in .
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Tue, 7 Dec 1999 09:02:12 +0000 (09:02 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Tue, 7 Dec 1999 09:02:12 +0000 (09:02 +0000)
 Make supportupdate for VMS

 Modified Files:
  Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h
 ----------------------------------------------------------------------

src/glu/mesa/descrip.mms
src/glu/mesa/gluP.h

index 094c35c7d7d57c34aec974dfa4469e529de627be..909147eae6631c255b7bbb99660553fa58ae1016 100644 (file)
@@ -16,11 +16,11 @@ 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 \
-       tess_winding.c
+       tess_winding.c tess_clip.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_winding.obj
+       tess_heap.obj,tess_winding.obj,tess_clip.obj
 
 
 
index 1d036eeb5ea9ad61c1aca3da7343b9958fdb580f..7ebb6c7da8e89108a8769ba25118ecb24bc48d53 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: gluP.h,v 1.1 1999/08/19 00:55:42 jtg Exp $ */
+/* $Id: gluP.h,v 1.2 1999/12/07 09:02:12 joukj Exp $ */
 
 /*
  * Mesa 3-D graphics library
 
 /*
  * $Log: gluP.h,v $
- * Revision 1.1  1999/08/19 00:55:42  jtg
- * Initial revision
+ * Revision 1.2  1999/12/07 09:02:12  joukj
+ *
+ *  Committing in .
+ *
+ *  Make supportupdate for VMS
+ *
+ *  Modified Files:
+ *     Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h
+ *  ----------------------------------------------------------------------
+ *
+ * Revision 1.1.1.1  1999/08/19 00:55:42  jtg
+ * Imported sources
  *
  * Revision 1.4  1999/01/03 03:23:15  brianp
  * now using GLAPIENTRY and GLCALLBACK keywords (Ted Jump)
@@ -55,6 +65,7 @@
 #include "GL/gl.h"
 #include "GL/glu.h"
 
+#include <string.h>
 
 #ifndef MESA
    /* If we're using the real OpenGL header files... */