/sys$common/syshlp/helplib.hlb LINK, Qualifiers, /INCLUDE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
library-name/INCLUDE=(module-name[,...]) Identifies the input file specification to which it is appended as a library file and directs the linker to include in the link operation the module or modules specified as the value of the qualifier. The library-name specifies the name of the library from which you want a module or modules to be extracted. The file name must specify a library file. The linker assumes the default file type of .OLB. The module-name specifies the module or modules that you want to extract from the library. To specify more than one module, enclose the list in parentheses and separate the module names with commas.
|