| |||
Home > armar command reference > -a pos_name |
Places new files in the library after the file
.
The effect of this option is negated if you include pos_name
-b
(or -i
)
on the same command line.
To add or replace files obj3.o
and obj4.o
immediately
after obj2.o
in mylib.a
, enter:
armar -r -a obj2.o mylib.a obj3.o obj4.o