10.0;lbr2ar (convert_lbr_to_ar), revision 1.0, 88/01/21
lbr2ar (convert_lbr_to_ar) - convert lbr libraries to SR10 archive libraries
usage: lbr2ar [-ydirname] lbrfile arfile
DESCRIPTION
The lbr2ar command converts pre-SR10 lbr library files containing object
modules in OBJ format to SR10 ar library archive files containing object
modules in COFF format. The lbr2ar command extracts each object module
from the lbrfile, executes the obj2coff converter to convert them to
COFF, and creates a library archive (arfile) containing the converted
object modules. Note that both the library format and the format of the
individual object modules are changed.
OPTIONS
-ydirname This option allows you to specify a new pathname,
dirname, for the location of obj2coff. The new
pathname for obj2coff is dirname/obj2coff. The
default pathname for obj2coff is /usr/apollo/bin.
FILES
/usr/apollo/bin/obj2coff
obj2coff converter
/tmp/obj/* Temporary files
/tmp/coff/* Temporary files
SEE ALSO
More information is available. Type
help obj2coff For information on converting OBJ format modules to COFF
format modules