diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/descrip.mms | 11 | ||||
-rw-r--r-- | progs/tests/descrip.mms | 12 | ||||
-rw-r--r-- | progs/xdemos/descrip.mms | 12 |
3 files changed, 18 insertions, 17 deletions
diff --git a/progs/demos/descrip.mms b/progs/demos/descrip.mms index b7db0878419..6c7727e87c3 100644 --- a/progs/demos/descrip.mms +++ b/progs/demos/descrip.mms @@ -3,22 +3,23 @@ .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) .ifdef SHARE GL_LIBS = $(XLIBS) +LIB_DEP = [--.lib]$(GL_SHAR) [--.lib]$(GLU_SHAR) [--.lib]$(GLUT_SHAR) .else -GL_LIBS = [-.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS) +GL_LIBS = [--.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS) +LIB_DEP = [--.lib]$(GL_LIB) [--.lib]$(GLU_LIB) [--.lib]$(GLUT_LIB) .endif -LIB_DEP = [-.lib]$(GL_LIB) [-.lib]$(GLU_LIB) [-.lib]$(GLUT_LIB) PROGS = bounce.exe;,clearspd.exe;,drawpix.exe;,gamma.exe;,gears.exe;,\ glinfo.exe;,glutfx.exe;,isosurf.exe;,morph3d.exe;,osdemo.exe;,\ diff --git a/progs/tests/descrip.mms b/progs/tests/descrip.mms index 4b4c51b5c41..a54c6ea4a13 100644 --- a/progs/tests/descrip.mms +++ b/progs/tests/descrip.mms @@ -1,24 +1,24 @@ # Makefile for GLUT-based demo programs for VMS -# contributed by Jouk Jansen [email protected] +# contributed by Jouk Jansen [email protected] .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) .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 = cva.exe,\ dinoshade.exe,\ diff --git a/progs/xdemos/descrip.mms b/progs/xdemos/descrip.mms index 3e014962871..7ee749a44de 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 [email protected] +# contributed by Jouk Jansen [email protected] .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,\ |