home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / PCMAG / VOL7N20.ARC / ENV720.ARC / RANDRECT < prev   
Encoding:
Text File  |  1988-07-16  |  225 b   |  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.