Global defaults instance
Source position: fpmkunit.pp line 1669
var Defaults: TCustomDefaults; |
Defaults is a global variable that holds the system-wide default configuration instance. This variable provides access to default build settings, paths, and options throughout the fpmake system.
The defaults instance contains configuration values for compiler paths, installation directories, build options, and other system-wide settings that apply to all package operations.