Класс: coder.make. BuildTool
Пакет: coder.make
Получите значение именованной директивы от Directives
value = h.getDirective(name)
tc = coder.make.ToolchainInfo;
tool = tc.getBuildTool('C Compiler');
tool.addDirective('IncludeSearchPath','-O');
tool.setDirective('IncludeSearchPath','-I');
tool.getDirective('IncludeSearchPath')
ans = -I