home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / RANDRECT.ZIP / RANDRECT next >
Text File  |  1989-01-24  |  237b  |  10 lines

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