diff options
author | José Fonseca <[email protected]> | 2008-02-25 17:11:28 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-25 17:11:28 +0900 |
commit | 2d38d1b3005c02273abf3941df5dddc245a6b792 (patch) | |
tree | 9bbd23bd6ad5598078b5975fc4c61dbd22baee5b /mms.config | |
parent | 9bcc8ad0caee26cbffba07fcd145392063c5516b (diff) |
Remove files of unsupported build systems.
Diffstat (limited to 'mms.config')
-rw-r--r-- | mms.config | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mms.config b/mms.config deleted file mode 100644 index 6a960084b37..00000000000 --- a/mms.config +++ /dev/null @@ -1,23 +0,0 @@ -# Makefile for VMS -# contributed by Jouk Jansen [email protected] - - -#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 |