We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Specifies preprocessor symbols for the resource compiler.
resdefines { "symbols" }
symbols specifies a list of symbols to be defined.
symbols
Project configurations.
Premake 4.0 or later.
Define two new symbols in the current project.
resdefines { "DEBUG", "TRACE" }
Symbols may also assign values.
resdefines { "CALLSPEC=__dllexport" }