OSDN Git Service

Committing in .
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Tue, 29 Apr 2003 07:15:48 +0000 (07:15 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Tue, 29 Apr 2003 07:15:48 +0000 (07:15 +0000)
 Updating OpenVMS compile support

 Modified Files:
  Mesa/src/descrip.mms Mesa/xdemos/glxgears.c
 ----------------------------------------------------------------------

progs/xdemos/glxgears.c
src/mesa/main/descrip.mms

index ad7db9e..8475cab 100644 (file)
 #include <string.h>
 #include <X11/Xlib.h>
 #include <X11/keysym.h>
-#include <stdint.h>
-#define GLX_GLXEXT_PROTOTYPES
+#ifndef __VMS
+# include <stdint.h>
+#endif
+# define GLX_GLXEXT_PROTOTYPES
 #include <GL/gl.h>
 #include <GL/glx.h>
 
index bc79a5d..9b86539 100644 (file)
@@ -160,6 +160,7 @@ OBJECTS1=accum.obj,\
 api_loopback.obj,\
 api_noop.obj,\
 api_validate.obj,\
+arbprogram.obj,\
 attrib.obj,\
 blend.obj,\
 bufferobj.obj,\