>>-/R[EMOVE]:--obj---------------------------------------------><
Use /REMOVE to delete an object module from a library. After /REMOVE, specify the name of the module to be deleted. Module names do not have path names or extensions.
Examples The following command deletes the module sample from the library mylib.lib.
ilib /out:mylib.lib mylib.lib /remove:sample
This next command copies sample.obj from the mylib.lib library to an object file in the current directory. Then sample.obj is deleted from the library.
ilib /out:mylib.lib mylib.lib /extract:sample /remove:sample