home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prog_pm / chap05 / starfill < prev   
Encoding:
Text File  |  1989-01-09  |  225 b   |  10 lines

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