root/foundation-libs/mesalibs-maxx/mms-config.

Revision 7, 457 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1# Makefile for VMS
2# contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl
3
4
5#vms
6.ifdef SHARE
7GL_SHAR = libMesaGL.exe
8GLU_SHAR = libMesaGLU.exe
9GLUT_SHAR = libglut.exe
10.endif
11GL_LIB = libMesaGL.olb
12GLU_LIB = libMesaGLU.olb
13GLUT_LIB = libglut.olb
14CC = cc
15CXX = cxx/define=(LIBRARYBUILD=1)/assume=(nostdnew,noglobal_array_new)
16CFLAGS1 =
17MAKELIB = library/create
18RANLIB = true
19.ifdef SHARE
20XLIBS = [--.vms]xlib_share/opt
21.else
22XLIBS = [--.vms]xlib/opt
23.endif
Note: See TracBrowser for help on using the browser.