-
-
Notifications
You must be signed in to change notification settings - Fork 616
defines
Jason Perkins edited this page May 29, 2015
·
8 revisions
Adds preprocessor or compiler symbols to a project.
defines { "symbols" }
symbols
specifies a list of symbols to be defined.
Solutions, projects, and 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" }