Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomDefaults.SkipCrossPrograms

Whether to skip cross-compilation programs

Declaration

Source position: fpmkunit.pp line 1324

public property TCustomDefaults.SkipCrossPrograms : Boolean
  read FSkipCrossPrograms
  write FSkipCrossPrograms;

Description

SkipCrossPrograms determines whether program targets are skipped during cross-compilation builds. When True, only libraries and units are compiled when building for different target architectures.

This setting is useful when the target platform cannot execute the compiled programs or when only library components are needed for cross-platform deployment.


Documentation generated on: Dec 15 2025