Navigation:  Object Model Reference > Macro Object >

AddAsEnvVar Property

Previous pageReturn to chapter overviewNext page

Sets or returns whether the macro will be added to the environment variables for any external programs launched from the build. Note: This property does not take effect from script code called in the current build.  Use a Set Macro action instead (or see the Advanced.bld sample for a technique to dynamically generate a project with Set Macro steps marked to update environment variables and build it).

 

 

Syntax

 

Macro.AddAsEnvVar As Boolean

 

Arguments

 

Macro

       Macro object

 

See Also

 

Applies to Macro object