-
-
Notifications
You must be signed in to change notification settings - Fork 617
undefines
Jason Perkins edited this page Apr 14, 2015
·
7 revisions
Home > [Project API](Project API) > 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.
Solutions, projects, and configurations.
symbols specifies a list of symbols to be undefined.
Undefine two symbols in the current project.
undefines { "DEBUG", "TRACE" }