home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / FNTFIG.ZIP / RASTER < prev    next >
Text File  |  1989-07-05  |  316b  |  13 lines

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