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

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