WindowsResourceCompile

API Documentation:WindowsResourceCompile

Note: This class is incubating and may change in a future version of Gradle.

Compiles Windows Resource scripts into .res files.

Properties

PropertyDescription
compilerArgs
Incubating

Additional arguments to provide to the compiler.

includes
Incubating

The header directories to be used for compilation.

macros
Incubating

Macros that should be defined for the compiler.

outputDir
Incubating

The directory where object files will be generated.

source
Incubating

The source files to be compiled.

targetPlatform
Incubating

The platform being compiled for.

toolChain
Incubating

The tool chain used for compilation.

Methods

MethodDescription
includes(includeRoots)