#!/bin/sh # ---------------------------------------------------------------------------- # Description: # Called by za to add the specified object file to the CAPLIB2 archive. # # $HOME should be set to the path to the cap2 subdirectory, e.g. "/home/smitty" # if it's /home/smitty/cap2. $PATH should have $HOME/cap2/bat:$HOME/cap2/bin # at it's front before invoking. # ---------------------------------------------------------------------------- # Changelog: # 920101 Created by Smitty. # ---------------------------------------------------------------------------- ar rs $HOME/cap2/lib/libcap2.a $1.o rm $1.o