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

437 B
Vendored

Adds preprocessor or compiler symbols to a project.

defines { "symbols" }

Parameters

symbols specifies a list of symbols to be defined.

Applies To

Project configurations.

Availability

Premake 4.0 or later.

Examples

Define two new symbols in the current project.

defines { "DEBUG", "TRACE" }

Symbols may also assign values.

defines { "CALLSPEC=__dllexport" }