addDirective
クラス: coder.make.BuildTool
名前空間: coder.make
Directives への命令の追加
構文
h.addDirective(name,value)
入力引数
例
tc = coder.make.ToolchainInfo;
tool = tc.getBuildTool('C Compiler');
tool.addDirective('IncludeSearchPath','-O');
tool.setDirective('IncludeSearchPath','-I');
tool.getDirective('IncludeSearchPath')
ans = -I
バージョン履歴
R2013a で導入