home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / S12145.ZIP / TRANSFRM next >
Text File  |  1988-07-30  |  373b  |  17 lines

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