summaryrefslogtreecommitdiff
path: root/mms.config
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2007-10-29 19:50:10 +0000
committerMichal Krol <michal@tungstengraphics.com>2007-10-29 19:50:10 +0000
commit918ea5168baaecdf70f5ea37e5815cacf9558163 (patch)
tree90fda56ff352385c9c4c2626ab7fca9798f45287 /mms.config
parentf33ced441c934b625b9c126d054439855e822215 (diff)
Rename 'mms-config.' to 'mms.config'.
It looks like Windows does not like filenames ending with a dot, in effect renaming it to 'mms-config'.
Diffstat (limited to 'mms.config')
-rw-r--r--mms.config23
1 files changed, 23 insertions, 0 deletions
diff --git a/mms.config b/mms.config
new file mode 100644
index 0000000000..6a960084b3
--- /dev/null
+++ b/mms.config
@@ -0,0 +1,23 @@
+# Makefile for VMS
+# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
+
+
+#vms
+.ifdef SHARE
+GL_SHAR = libMesaGL.exe
+GLU_SHAR = libMesaGLU.exe
+GLUT_SHAR = libglut.exe
+.endif
+GL_LIB = libMesaGL.olb
+GLU_LIB = libMesaGLU.olb
+GLUT_LIB = libglut.olb
+CC = cc
+CXX = cxx/define=(LIBRARYBUILD=1)/assume=(nostdnew,noglobal_array_new)
+CFLAGS1 =
+MAKELIB = library/create
+RANLIB = true
+.ifdef SHARE
+XLIBS = [--.vms]xlib_share/opt
+.else
+XLIBS = [--.vms]xlib/opt
+.endif