diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/descrip.mms | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/progs/demos/descrip.mms b/progs/demos/descrip.mms index 3fc9c38e4f..cc9350ce66 100644 --- a/progs/demos/descrip.mms +++ b/progs/demos/descrip.mms @@ -1,6 +1,6 @@ # 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 +# Last update : 20 May 2005 .first define gl [--.include.gl] @@ -22,7 +22,7 @@ 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;,\ + glinfo.exe;,glutfx.exe;,isosurf.exe;,morph3d.exe;,\ paltex.exe;,pointblast.exe;,reflect.exe;,spectex.exe;,stex3d.exe;,\ tessdemo.exe;,texcyl.exe;,texobj.exe;,trispd.exe;,winpos.exe; @@ -53,7 +53,6 @@ glutfx.exe; : glutfx.obj $(LIB_DEP) isosurf.exe; : isosurf.obj $(LIB_DEP) [-.util]readtex.obj cxxlink $(MMS$TARGET_NAME),[-.util]readtex.obj,$(GL_LIBS) morph3d.exe; : morph3d.obj $(LIB_DEP) -osdemo.exe; : osdemo.obj $(LIB_DEP) paltex.exe; : paltex.obj $(LIB_DEP) pointblast.exe; : pointblast.obj $(LIB_DEP) reflect.exe; : reflect.obj [-.util]readtex.obj [-.util]showbuffer.obj\ @@ -79,7 +78,6 @@ glinfo.obj : glinfo.c glutfx.obj : glutfx.c isosurf.obj : isosurf.c morph3d.obj : morph3d.c -osdemo.obj : osdemo.c paltex.obj : paltex.c pointblast.obj : pointblast.c reflect.obj : reflect.c |