|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.nativebinaries.language.rc.tasks.WindowsResourceCompile
@Incubating class WindowsResourceCompile extends DefaultTask
Compiles Windows Resource scripts into .res files.
Property Summary | |
---|---|
List |
compilerArgs
Additional arguments to provide to the compiler. |
FileCollection |
includes
Returns the header directories to be used for compilation. |
Map |
macros
Macros that should be defined for the compiler. |
File |
outputDir
The directory where object files will be generated. |
FileCollection |
source
Returns the source files to be compiled. |
Platform |
targetPlatform
The platform being targeted. |
ToolChain |
toolChain
The tool chain used for compilation. |
Constructor Summary | |
WindowsResourceCompile()
|
Method Summary | |
---|---|
void
|
compile(IncrementalTaskInputs inputs)
|
def
|
getOutputType()
|
void
|
includes(Object includeRoots)
Add directories where the compiler should search for header files. |
void
|
source(Object sourceFiles)
Adds a set of source files to be compiled. |
Property Detail |
---|
@Input List compilerArgs
@InputFiles FileCollection includes
@Input Map macros
@OutputDirectory File outputDir
@InputFiles FileCollection source
Platform targetPlatform
ToolChain toolChain
Constructor Detail |
---|
@Inject WindowsResourceCompile()
Method Detail |
---|
@TaskAction void compile(IncrementalTaskInputs inputs)
@Input def getOutputType()
void includes(Object includeRoots)
void source(Object sourceFiles)
Gradle API 1.12