|
|||||||||||
|
Technical Support On-Line Manuals Creating Static Software Libraries with armar |
Creating Static Software Libraries with armarReplacing individual files in an object library
Use the
If no files are specified and the library exists, the results are undefined. Files that replace existing files do not change the order of the library. If the If the To add or replace files
armar -r mylib.a obj1.o obj2.o obj3.o
To replace files in a library, and only if the file in the library is older than the specified file, enter:
armar -ru mylib.a k*.o
| ||||||||||
|
|||||||||||