home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / v12n06.zip / OUTFON.ZIP / OUTFONTS.MAK < prev    next >
Text File  |  1992-10-03  |  353b  |  14 lines

  1. #------------------------
  2. # OUTFONTS.MAK make file
  3. #------------------------
  4.  
  5. outfonts.exe : outfonts.obj outfonts.def outfonts.res
  6.      link386 /BASE:0x10000 outfonts,, NUL,, outfonts
  7.      rc outfonts.res
  8.  
  9. outfonts.obj : outfonts.c outfonts.h
  10.      icc -C -Kbcpr -Ss outfonts.c
  11.  
  12. outfonts.res : outfonts.rc outfonts.h
  13.      rc -r outfonts.rc
  14.