Compiler Option: -prefix
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptprefix
- Last revised: 2022-05-31
Set the compiler prefix path
Syntax
-prefix< path >`
`
Parameters
path
The directory, relative or absolute to where fbc is located.
Description
The -prefix compiler option sets the compiler prefix (where the compiler finds the bin, lib, and inc directories); and defaults to the path where fbc resides, if this can be determined.
For more details, see on page -buildprefix, the paragraph: "Detailed behavior if using -buildprefix, -prefix, -target command line options".
See also
Back to DocToc