Shared library file extension
Source position: fpmkunit.pp line 313
const SharedLibExt = '.so'; |
Constant defining the platform-specific file extension for shared/dynamic libraries. Shared libraries are loaded at runtime and can be shared between multiple executables.