home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / progwin / chap14 / fontlist.mak < prev    next >
Encoding:
Text File  |  1990-11-12  |  369 b   |  14 lines

  1. #------------------------
  2. # FONTLIST.MAK make file
  3. #------------------------
  4.  
  5. fontlist.exe : fontlist.obj fontlist.def fontlist.res
  6.      link fontlist, /align:16, NUL, /nod slibcew libw, fontlist
  7.      rc fontlist.res
  8.  
  9. fontlist.obj : fontlist.c fontlist.h
  10.      cl -c -Gsw -Ow -W2 -Zp fontlist.c
  11.  
  12. fontlist.res : fontlist.rc fontlist.h
  13.      rc -r fontlist.rc
  14.