Assembly Language Help (alang.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.
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.
                                    -♦-