Whether to skip building all programs
Source position: fpmkunit.pp line 1325
public property TCustomDefaults.SkipAllPrograms : Boolean |
SkipAllPrograms controls whether all program targets are excluded from the build process. When True, only library units are compiled, skipping executable programs entirely.
This option is useful for library-only distributions or when building packages that provide only reusable components without standalone executables.