LIB166 User's Guide

Replacing Modules

The REPLACE command updates an existing object module in a library file. If the object module does not exist in the library, it is added. This command must be entered in the following format:

REPLACE filename IN libfile

Where

filenameis the name of an object file you want to update.
libfileis the name of an existing library file. The object module is replaced in this library.

For example:

LIB166 REPLACE MOD1.OBJ IN MYLIB.LIB

* REPLACE FPMOD.OBJ TO FLOAT.LIB