Interface | Description |
---|---|
ObjectFilesToBinary |
A task that combines a set of object files into a single binary.
|
Class | Description |
---|---|
AbstractLinkTask |
Base task for linking a native binary from object files and libraries.
|
CreateStaticLibrary |
Assembles a static library from object files.
|
ExtractSymbols |
Extracts the debug symbols from a binary and stores them in a separate file.
|
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.
|
LinkMachOBundle |
Links a binary bundle from object files and imported libraries.
|
LinkSharedLibrary |
Links a binary shared library from object files and imported libraries.
|
PrefixHeaderFileGenerateTask |
Generates a prefix header file from a list of headers to be precompiled.
|
StripSymbols |
Strips the debug symbols from a binary
|