summaryrefslogtreecommitdiff
path: root/progs/xdemos/descrip.mms
diff options
context:
space:
mode:
Diffstat (limited to 'progs/xdemos/descrip.mms')
-rw-r--r--progs/xdemos/descrip.mms12
1 files changed, 6 insertions, 6 deletions
diff --git a/progs/xdemos/descrip.mms b/progs/xdemos/descrip.mms
index 3e01496287..7ee749a44d 100644
--- a/progs/xdemos/descrip.mms
+++ b/progs/xdemos/descrip.mms
@@ -1,24 +1,24 @@
# Makefile for GLUT-based demo programs for VMS
-# contributed by Jouk Jansen joukj@crys.chem.uva.nl
+# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
.first
- define gl [-.include.gl]
+ define gl [--.include.gl]
-.include [-]mms-config.
+.include [--]mms-config.
##### MACROS #####
-INCDIR = ([-.include],[-.util])
+INCDIR = ([--.include],[-.util])
CFLAGS = /include=$(INCDIR)/prefix=all/name=(as_is,short)/nowarn
.ifdef SHARE
GL_LIBS = $(XLIBS)
.else
-GL_LIBS = [-.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS)
+GL_LIBS = [--.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS)
.endif
-LIB_DEP = [-.lib]$(GL_LIB) [-.lib]$(GLU_LIB) [-.lib]$(GLUT_LIB)
+LIB_DEP = [--.lib]$(GL_LIB) [--.lib]$(GLU_LIB) [--.lib]$(GLUT_LIB)
PROGS =glthreads.exe,\
glxdemo.exe,\