home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3599 / descrip.mms < prev    next >
Encoding:
Text File  |  1991-07-11  |  419 b   |  14 lines

  1. ! VMS MAKEFILE (for MMS)
  2. !
  3.  
  4. CFLAGS = /LIST/SHOW=(NOSOURCE)/MACHINE/OPTIMIZE=(NOINLINE)/STANDARD=PORTABLE
  5.  
  6. crashme.exe depends_on crashme.obj
  7.  link crashme.obj,crashme.opt/opt
  8.  ! re-execute the next line in your superior process:
  9.  crashme == "$" + f$env("DEFAULT") + "CRASHME"
  10.  
  11. crashme.shar depends_on crashme.1,crashme.c,makefile,descrip.mms,crashme.opt,-
  12.                         shar.db
  13.  minishar crashme.shar shar.db
  14.