Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Link with LIB File
                                        Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   INCLUDELIB libraryname
 
            INCLUDELIB <libraryname>
 
  See also: INCLUDE, Angle Brackets (<>), /link
 
  Description:
 
     Informs the linker that the current module should be linked with
     the <libraryname>. If <path> is not given, the linker searches the
     current working directory, directories given in the ML or LINK
     library field, and then the LIB environment variable from the
     TOOLS.INI file.
 
     The <libraryname> parameter is an existing file containing code in
     LIB format. If no extension is specified, the default extension
     .LIB is assumed. Angle brackets are required if the libraryname
     or path includes a backslash, semicolon, greater-than, less-than,
     single quotation marks, or double quotation marks.
                                    -♦-