home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / pcmag / vol7n14.arc / BOXES2 < prev    next >
Text File  |  1988-04-09  |  384b  |  14 lines

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