The wildcards '*' and '?' may be used in file-list and member-list.
armlib <options> <library> [file-list | member-list]
options can be any of the following
:
--------------------------------------------------------
Option |Description
--------------------------------------------------------
-h or -help |give on-line details of the armlib
|command;
--------------------------------------------------------
-c |create a new library containing files in
|file-list;
--------------------------------------------------------
-i |insert files in file-list into the
|library. Existing members of the library
|are replaced by mermbers of the same
|name;
--------------------------------------------------------
-d |delete members in member-list
--------------------------------------------------------
-e |extract members in member-list, placing
|them in files of the same name;
--------------------------------------------------------
-o |add an external symbol table to an object
|library;
--------------------------------------------------------
-l |list library. This may be specified
|together with any other option;
--------------------------------------------------------
-s |list symbol table. This may be specified
|together with any other option;\
--------------------------------------------------------
-v |Additional arguments are read in from a
<file> |via file, in the same way as the armlink
|-via option.
--------------------------------------------------------