Program LIBPIC
libpic <filename>
This program runs the Microchip library manager MPLIB. MPLIB requires
all arguments on the command line, including the list of object files
to put into a library.
This program runs MPLIB in the directory where the input file is
stored. Each line in the input file is added as one additional
argument to MPLIB. The input file is deleted if MPLIB completes
without errors.
The environment variable MPLABDir is assumed to be set to the directory
containing the Microchip executables. If this variable is not present
or empty, then the Microchip executables are assumed to be in the
executables search path, in other words they can be run directly
without having to specify the full path name.
The input file commands are:
/c
Create a new library file.
/t
Lists the members of a library.
/d
Delete members from a library.
/r
Replace members in a library. If a member does not previously
exist in a library then it is added.
/x
Extract members from a library. If no members are specified,
then all are extracted.
/q
Quiet mode. No output is displayed.
<filename>
The first file name is the name of the library to manipulate.
Additional file names form the list of members.