Static library file extension
Source position: fpmkunit.pp line 312
const LibExt = '.a'; |
Constant defining the file extension for static library files. Static libraries contain precompiled object code that is linked directly into executables at compile time.