qa.hlp (Table of Contents; Topic list)
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.
                                    -♦-