Adds an include file dependency to the collection
Source position: fpmkunit.pp line 707
public function TDependencies.AddInclude( |
const Value: string |
):TDependency; |
const Value: string; |
const OSes: TOSes |
):TDependency; |
const Value: string; |
const CPUs: TCPUS; |
const OSes: TOSes |
):TDependency; |
Value |
|
Include filename for the dependency |
Newly created include file dependency object
Value |
|
Include filename for the dependency |
OSes |
|
Set of operating systems for this include dependency |
Value |
|
Include filename for the dependency |
CPUs |
|
Set of CPU architectures for this include dependency |
OSes |
|
Set of operating systems for this include dependency |
Creates and adds a new dependency on an include file. The dependency can be made conditional by specifying CPU architectures and operating systems where this dependency applies.
|
Adds a new package dependency to the collection |
|
|
Adds a unit dependency to the collection |
|
depInclude |
|
Dependency on an include file |