home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / M_EXT23.ZIP / FMT next >
Text File  |  1989-07-05  |  188b  |  14 lines

  1. OBJS = fmt.obj
  2.  
  3. fmt.exe: $(OBJS) fmt.def fmt.res
  4.     link /co $(OBJS), /align:16, nul, os2, fmt.def
  5.     rc fmt.res
  6.  
  7.  
  8. fmt.obj:  fmt.c
  9.     cmd /c mcc fmt
  10.  
  11. fmt.res: fmt.rc
  12.     rc -r fmt.rc
  13.  
  14.