The purpose of this utility is to build library
files (.lib) from a list of object files. The general format of the command line
is:
lcclib
<options> <library
file> <object files >
Options:
|
Option |
Meaning |
|
/out:libfile.lib |
Specifies the name of the output library file. |
|
/extract:<object file> |
Extracts the specified object file from the library. |
|
/remove:<object file> |
Removes the specified object file from the library. |
|
/verbose |
Progress report will be printed to standard output. |