Set of target types
Source position: fpmkunit.pp line 179
type TTargetTypes = set of ( |
||
ttProgram, |
|
Executable program target |
ttUnit, |
|
Regular Pascal unit target |
ttImplicitUnit, |
|
Unit with implicit compilation dependencies |
ttCleanOnlyUnit, |
|
Unit processed only during clean operations |
ttExampleUnit, |
|
Example unit for demonstration purposes |
ttExampleProgram, |
|
Example program for demonstration purposes |
ttFPDoc, |
|
FPDoc documentation generation target |
ttSharedLibrary |
|
Dynamic shared library target |
); |
A set type containing one or more values from the TTargetType enumeration.