Groovy Documentation

Package org.gradle.nativecode.base.tasks

Tasks for building native component projects.

 

Interface Summary
BuildBinaryTask A task that combines a set of object files into a single binary.
 


Class Summary
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.
 


Gradle API 1.8