home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / BOXES.ZIP / BOXES3.ARC / BOXES3 next >
Text File  |  1988-05-13  |  384b  |  14 lines

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