Compiler Option: -lib
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptlib
- Last revised: 2021-10-12
Create a static library
Syntax
` -lib
`
Description
The -lib compiler option creates a static library.
The intrinsic macro __FB_OUT_LIB__ is set to non-zero (-1) if the -lib option was specified, and set to zero (0) otherwise.
See also
__FB_OUT_LIB__- Static Libraries
- Using the Command Line
Back to DocToc