Pascal compiled unit file extension
Source position: fpmkunit.pp line 304
const PPUExt = UnitExt; |
Constant defining the file extension for Free Pascal compiled unit files ('.ppu'). These binary files contain the compiled interface and implementation of Pascal units, allowing for separate compilation and linking in the FPMake build process.