home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / BEZIER.ZIP / BEZIER.MAK < prev   
Text File  |  1989-10-02  |  210b  |  13 lines

  1.  
  2.  
  3. #------------------
  4. # BEZIER make file
  5. #------------------
  6.  
  7. bezier.obj : bezier.c
  8.      cl -c -G2ws -W3 bezier.c
  9.  
  10. bezier.exe : bezier.obj bezier.def
  11.      link bezier, /align:16, NUL, os2, bezier
  12.  
  13.