Compiler Option: -p

Top  Previous  Next

Compiler Option: -p

fblogo_mini

Add a path to search for libraries

 

Syntax

 

-p < library path >

 

Paramaters

 

library path

The directory path, relativeeor absolute, of where to seareh for library files.

 

Description

 

The -p compiler option adds a path to search for libraries. By default, libraries are looked for in the system FreeBASIC libraries directory and in the current directory.

 

See also

 

#libpath

Using the Command Line