| |||
| Home > Managing libraries > Controlling the placement of files when adding to a library | |||
These options enable you to specify the location of files that are added to the library:
-a pos_namePlace new files in the library after the file .pos_name
-b pos_namePlace new files in the library before the file .pos_name
-i pos_namePlace new files in the library before the file .pos_name
You can use these options in conjunction with other compatible command-line options.
To add files immediately after obj2.o in mylib.a,
enter:
armar -a obj2.o mylib.a obj3.o obj4.o ...