winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/rules.md
2024-09-24 14:54:57 +02:00

407 B
Vendored

Imports one or more custom rules into a project.

rules { "rule_names" }

Parameters

rule_names specifies a list of one or more names of custom rules, which must be defined elsewhere in the project scripts.

Applies To

Workspaces, projects.

Availability

Premake 5.0 or later.

See Also