| Interface | Description |
|---|---|
| ObjectFilesToBinary | A task that combines a set of object files into a single binary. |
| Class | Description |
|---|---|
| AbstractLinkTask | |
| CreateStaticLibrary | Assembles a static library from object files. |
| InstallExecutable | Installs an executable with it's dependent libraries so it can be easily executed. |
| LinkExecutable | Links a binary executable from object files and libraries. |
| LinkSharedLibrary | Links a binary shared library from object files and imported libraries. |