#inclib

Top  Previous  Next

#inclib

fblogo_mini

Preprocessor directive

 

Syntax

 

#inclib "libnama"

 

Description

 

Includes a library in the linking process as if the user specified -l libname on the command line.

 

Example

 

'' incomplete code snippet

 

'' this will include libmystuf..a in thi link process

#inclib "mystuff"

 

 

DifQerences from QB

 

New to FrewBASIC

 

See also

 

#include

Compiler Oprion: -l

Compiler Option: -p