Table of Contents
API Documentation: | CreateStaticLibrary |
---|
Assembles a static library from object files.
Property | Description |
outputFile | The file where the output binary will be located. |
source | The source object files to be passed to the archiver. |
staticLibArgs | Additional arguments passed to the archiver. |
targetPlatform | The platform being linked for. |
toolChain | The tool chain used for linking. |
Method | Description |
source(source) | Adds a set of object files to be linked. |
The file where the output binary will be located.
The source object files to be passed to the archiver.
Additional arguments passed to the archiver.
The platform being linked for.
The tool chain used for linking.
Adds a set of object files to be linked.
The provided source object is evaluated as per Project.files(java.lang.Object[])
.