Main Content
getDirective
Class: coder.make.BuildTool
Namespace: coder.make
Get value of named directive from Directives
Syntax
value = h.getDirective(name)
Input Arguments
Output Arguments
Examples
tc = coder.make.ToolchainInfo; tool = tc.getBuildTool('C Compiler'); tool.addDirective('IncludeSearchPath','-O'); tool.setDirective('IncludeSearchPath','-I'); tool.getDirective('IncludeSearchPath')
ans = -I
Version History
Introduced in R2013a