Librarian (Lb65)

The library application allows a collection of compiled modules to be converted into a single library file. The linker scans libraries during the link process and removed only the modules needed to satisfy missing references. The command line syntax for the librarion is shown below

Lb65 [-create|update|remove|list] library [object ...]

The librarian supports four actions, namely:

The example ctype library is built using the following command.

Lb65 -create ctype.lib is*.obj to*.obj
 << Back
Home
Contents

This page was last updated on 17th September 2009