home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / crashme / descrip.mms < prev    next >
Encoding:
Text File  |  1991-12-01  |  690 b   |  23 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. ! note: do not use continuation character here.
  15. DIST_FILES = crashme.1,crashme.c,makefile,descrip.mms,crashme.opt,read.me,shar.db
  16.  
  17. crashme.shar depends_on $(DIST_FILES)
  18.  minishar crashme.shar shar.db
  19.  
  20. crashme.1_of_1 depends_on $(DIST_FILES)
  21.  define share_max_part_size 1000
  22.  vms_share $(DIST_FILES) crashme
  23.