Language:
Русский
English
$L: Link Object File Directive
Instructs the compiler to link the named file with the program or unit being compiled.
Syntax: {$L FileName}
Type: Local
Remarks
The $L 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).
The default extension for FileName is .OBJ.
If FileName does not specify a directory, the IDE searches
- first in the current directory
- then in the directories specified in the Options|Directories|Object
Directories input box