api / org.gradle.language.rc.plugins

Package org.gradle.language.rc.plugins

Types

WindowsResourceScriptPlugin

open class WindowsResourceScriptPlugin : Plugin<Project>

Adds core language support for Windows resource script files.

WindowsResourcesPlugin

open class WindowsResourcesPlugin : 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 the NativeComponentPlugin for native component support.

  • Creates a org.gradle.language.rc.tasks.WindowsResourceCompile task for each org.gradle.language.rc.WindowsResourceSet to compile the sources.