Use the IBM Library Manager (also referred to as ILIB) to create
and maintain libraries of object code, create import libraries and
export object pairs, and generate module definition (.def) files. Using the ILIB utility, you can:
- Create a new library from a collection of objects
- Maintain a library
- Add objects to an existing library
- Delete objects from an existing library
- Copy objects from an existing library
- Replace objects in an existing library
- List the contents of a new or existing library
- Create import library/export object pairs from:
- Module definition (.def) files
- Objects generated from source files containing #pragma
export and _Export statements
- A combination of the above
- Generate module definition (.def) files from:
- An existing DLL
- Objects generated from source files containing #pragma
export and _Export statements
- A combination of the above