Chapter 15 Using Library Manager
Command Options 285
Functional description
This option is used to delete relocatable object files from the library file.
If a specified file does not exist in the library file, the library manager will output a warning message
and continue processing.
Rules of use
To specify the option, enter the hyphen (-) followed by the lower case letter ā€œdā€.
slib103 test.lib -d test1.rf
Operation example
slib103 test.lib -d test1.rf
This example deletes the relocatable file test1.rf from the library file test.lib.
Multiple files can be deleted with one -d option. To delete test1.rf, test2.rf, and test3.rf from test.lib,
specify the following.
slib103 test.lib -d test1.rf test2.rf test3.rf
d Delete the specified relocatable object file from the library file