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

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