Syntax

har -c archive-name object-file...

Description

This option creates a new archive, overwriting any archive that already exists with the same name.

Example

To create an archive called cclib.hza, which initially contains the two object code files ir.hzo and cg.hzo, you would use:

har -c cclib.hza ir.hzo cg.hzo