Skip to content

undefines

Jason Perkins edited this page Apr 14, 2015 · 7 revisions

Home > [Project API](Project API) > undefines


undefines

The undefines function removes preprocessor or compiler symbols from a project.


undefines { "symbols" }

If a project includes multiple calls to undefines the lists are concatenated, in the order in which they appear in the script.

Applies To

Solutions, projects, and configurations.

Parameters

symbols specifies a list of symbols to be undefined.

Examples

Undefine two symbols in the current project.


undefines { "DEBUG", "TRACE" }
Clone this wiki locally