-
-
Notifications
You must be signed in to change notification settings - Fork 620
resdefines
starkos edited this page Apr 10, 2021
·
7 revisions
This wiki is no longer being maintained.
Specifies preprocessor symbols for the resource compiler.
resdefines { "symbols" }
symbols
specifies a list of symbols to be defined.
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" }