#inclib
 
Preprocessor directive

Syntax

#inclib "filename"

Description

Includes a library (.a file) in the linking process, making it easier for the user to compile, since the user doesn't have to explicitly type at the command line: "fbc sourcefile -a libfile".

Example

'' incomplete code snippet

'' this will include libmystuff.a in the link process
#inclib "mystuff" 


Differences from QB

  • New to FreeBASIC

See also