mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:01:56 -05:00
451 B
Vendored
451 B
Vendored
Specifies preprocessor symbols for the resource compiler.
resdefines { "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.
resdefines { "DEBUG", "TRACE" }
Symbols may also assign values.
resdefines { "CALLSPEC=__dllexport" }