home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / BOXES1.ZIP / BOXES1 next >
Text File  |  1988-11-27  |  203b  |  10 lines

  1. #------------------
  2. # BOXES1 make file
  3. #------------------
  4.  
  5. boxes1.obj : boxes1.c
  6.      cl -c -G2sw -W3 boxes1.c
  7.  
  8. boxes1.exe : boxes1.obj boxes1.def
  9.      link boxes1, /align:16, NUL, os2, boxes1
  10.