getDirective
クラス: 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
バージョン履歴
R2013a で導入