Skip to content

defines

starkos edited this page Apr 10, 2021 · 8 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


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" }
Clone this wiki locally