-
-
Couldn't load subscription status.
- Fork 640
defines
starkos edited this page Apr 10, 2021
·
8 revisions
This wiki is no longer being maintained.
Adds preprocessor or compiler symbols to a project.
defines { "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.
defines { "DEBUG", "TRACE" }Symbols may also assign values.
defines { "CALLSPEC=__dllexport" }