Classification of build target types
Source position: fpmkunit.pp line 178
type TTargetType = ( |
||
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 |
); |
TTargetType defines the different categories of build targets supported by the fpmake system:
|
Build target representation in the fpmake system |
|
|
Set of target types |