LIB166 User's Guide

Removing Modules

The DELETE command removes object modules from a library file. This command must be entered in the following format:

DELETE libfile (modulename <[>, modulename ...<]>)

Where

libfileis the name of an existing library file. The specified object modules are removed from this library.
modulenameis the name of a module in the library file that you want to remove. Module names are entered in parentheses and separated by commas.

For example:

LIB166 DELETE NEW.LIB (MODUL1)

* DELETE NEW.LIB (FPMULT, FPDIV)