home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 4 / 4017 / descrip.mms < prev    next >
Encoding:
Text File  |  1991-09-09  |  525 b   |  17 lines

  1. ! VMS MAKEFILE (for MMS)
  2. !
  3.  
  4. CFLAGS = /DEBUG/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-dbg.exe depends_on crashme.obj
  12.  link/debug/exe=crashme-dbg.exe crashme.obj,crashme.opt/opt
  13.  
  14. crashme.shar depends_on crashme.1,crashme.c,makefile,descrip.mms,crashme.opt,-
  15.                         shar.db
  16.  minishar crashme.shar shar.db
  17.