-
-
Notifications
You must be signed in to change notification settings - Fork 617
resdefines
Jason Perkins edited this page Apr 14, 2015
·
7 revisions
Home > [Project API](Project API) > resdefines
The resdefines function specifies preprocessor symbols for the resource compiler.
resdefines { "symbols" }
If a project includes multiple calls to resdefines the lists are concatenated, in the order in which they appear in the script.
Solutions, projects, and configurations.
symbols specifies a list of symbols to be defined.
Define two new symbols in the current project.
resdefines { "DEBUG", "TRACE" }
Symbols may also assign values.
resdefines { "CALLSPEC=__dllexport" }