home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / FMAILSRC.ZIP / FMAIL.MK next >
Text File  |  1991-03-10  |  192b  |  9 lines

  1. lflags= /stack:2000 /MAP /EXEPACK
  2.  
  3. fms.obj:fms.asm
  4.     echo "Need to reassemble first"
  5.     masm fms, ;
  6.  
  7. fmail.exe:fms.obj fms.mk
  8.     link fms.obj,fmail.exe $(lflags),fms.map,doscalls,parse.def
  9.