home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / EN0720.ZIP / RANDRECT < prev    next >
Text File  |  1988-07-16  |  225b  |  10 lines

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