 | LIB166 User's Guide |  |
|
|
| Transferring ModulesThe TRANSFER command creates a new library file and adds object modules. This command must be entered in the following format:
TRANSFER filename <[>(modulename, ...)<]> <[>, ...<]> TO libfile
Where | filename | is the name of an object file or library file. You may specify several files separated by commas. | | modulename | is the name of a module in a library file. If you do not want to add the entire contents of a library, you may select the modules to add. Module names are specified immediately following the filename, must be enclosed in parentheses, and must be separated by commas. | | libfile | is the name of the library file to be created. The library manager deletes the library file, if it exists, and adds the specified object modules to the newly created library. |
For example:
LIB166 TRANSFER FILE1.OBJ, FILE2.OBJ TO MYLIB.LIB
|
|