Saves unit configuration to a file
Source position: fpmkunit.pp line 1056
public procedure TPackage.SaveUnitConfigToFile( |
const AFileName: string; |
ACPU: TCpu; |
AOS: TOS |
); |
AFileName |
|
Filename to save unit configuration to |
ACPU |
|
Target CPU architecture for configuration |
AOS |
|
Target operating system for configuration |
Saves current unit search paths and configuration settings to a unit configuration file (.fpc) for the specified CPU and OS combination. This file can later be used by the compiler for consistent build settings.