home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / FNTLST.ZIP / FONTLIST next >
Text File  |  1989-04-26  |  225b  |  10 lines

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