| Embedded IDE Link™ MU | ![]() |
bt = getbuildopt(id)
cs = getbuildopt(id,file)
bt = getbuildopt(id) returns an array of structures in bt. Each structure includes an entry for each defined build tool. This list of build tools comes from the active project and active build configuration. Included in the structure is a string that describes the command line tool options. bt uses the following format for elements in the structures:
bt(n).name — Name of the build tool.
bt(n).optstring — Command line switches for build tool in bt(n).
cs = getbuildopt(id,file) returns a string of build options for the source file specified by file. file must exist in the active project. The resulting cs string comes from the active build configuration. The type of source file (from the file extension) defines the build tool used by the cs string.
![]() | display | ghsmulti | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |