Build system execution modes
Source position: fpmkunit.pp line 205
type TRunMode = ( |
||
rmCompile, |
|
Compile mode - only compile sources |
rmBuild, |
|
Build mode - compile and link |
rmInstall, |
|
Install mode - install files |
rmBuildInstall, |
|
Build and install mode |
rmArchive, |
|
Archive mode - create distribution archive |
rmClean, |
|
Clean mode - remove generated files |
rmDistClean, |
|
Distribution clean mode - remove all generated files and directories |
rmManifest, |
|
Generate package manifest file |
rmZipInstall, |
|
Install package from ZIP archive |
rmPkgList, |
|
List available packages |
rmUnInstall, |
|
Uninstall mode - remove installed package files |
rmInfo, |
|
Information mode - display package information |
rmDocProject |
|
Generate documentation project file |
); |
Enumeration that defines the different run (operation) modes available in the build system. Determines what actions are performed when the build system is executed.