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

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