Package org.gradle.language.rc.plugins
Class WindowsResourcesPlugin
- java.lang.Object
-
- org.gradle.language.rc.plugins.WindowsResourcesPlugin
-
@Incubating public abstract class WindowsResourcesPlugin extends java.lang.Object implements Plugin<Project>
A plugin for projects wishing to build native binary components from Windows Resource sources.Automatically includes the
WindowsResourceScriptPlugin
for core Windows Resource source support and theNativeComponentPlugin
for native component support.- Creates a
WindowsResourceCompile
task for eachWindowsResourceSet
to compile the sources.
- Creates a
-
-
Constructor Summary
Constructors Constructor Description WindowsResourcesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-