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

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