home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PMASC.ZIP / PMASC next >
Text File  |  1989-03-06  |  323b  |  17 lines

  1. #-----------------
  2. # PMASC make file
  3. #-----------------
  4.  
  5. pmasc.obj : pmasc.c pmasc.h
  6.      cl -c -G2sw -W3 pmasc.c
  7.  
  8. pmasc.res : pmasc.rc pmasc.h pmasc.ico
  9.      rc -r pmasc
  10.  
  11. pmasc.exe : pmasc.obj pmasc.def
  12.      link pmasc, /align:16, NUL, os2, pmasc
  13.      rc pmasc.res
  14.  
  15. pmasc.exe : pmasc.res
  16.      rc pmasc.res
  17.