Previous: $I: Include File Directive To the Table of Content Next: $L: Local Symbol Information Switch

- 3.2.10 -
Compiler Directives
Switch and Parameter Directives

$L: Link Object File Directive

Targets: MS-DOS, OS/2, Win32


Compiler directives

Instructs the compiler to link the named file with the program or unit being compiled.

Syntax:
  {$L FileName}
Remarks:
The {$L FileName} directive is used to link with code written in assembly language for subprograms declared to be external.

The named file must be an Intel relocatable object file (.OBJ file).

See also:
External Declaration


Previous: $I: Include File Directive To the Table of Content Next: $L: Local Symbol Information Switch
$I: Include File Directive Table of Content $L: Local Symbol Information Switch

- 3.2.10 -