home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / IRITLIBS.ZIP / GRAPHBGI.DOC < prev   
Encoding:
Text File  |  1990-05-05  |  533 b   |  18 lines

  1.   GraphGbi.lib simply contains the BGI drivers Borland provided. Use the
  2. following sequence to create it:
  3.  
  4.    a. bgiobj herc       (bgiobj.exe is on one of your TC 2.0 diskettes).
  5.    b. bgiobj egavga
  6.    c. bgiobj cga
  7.    d. bgiobj ibm8514
  8.    e. bgiobj pc3270
  9.    f. bgiobj goth
  10.    g. bgiobj litt
  11.    h. bgiobj sans
  12.    i. bgiobj trip
  13.  
  14.      This will convert all this drivers/fonts into .OBJ files, which can be all
  15.    linked to creat the library:
  16.  
  17.    tlib graphbgi.lib +herc.obj +egavga.obj ... +trip.obj, graphbgi.lst
  18.