#!/bin/csh -f # This is a replacement for ar, which is used with the MIPSProC++ compiler, # becuase it requires a special pre-ar pass in order for template instantiation # to happen correctly shift set libname = $1 shift echo CC -ar -o $libname $* CC -ar -o $libname $*