qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
INCLUDELIB
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  INCLUDELIB libraryname
 
  Informs the linker that the current module should be linked with a
  specified library file. Can be used to specify the library file in the
  assembly source file instead of in the LINK command line.
 
  libraryname   Must be a valid filename or full path name. If no
                extension is specified, the default extension .LIB is
                assumed.
                                    -♦-