Class: coder.make.BuildConfiguration
Package: coder.make
Get all option names
Out = h.keys
returns
a list of all option names or keys in the build configuration.Out
= h
.keys
The intel_tc.m
file from Adding a Custom Toolchain, uses the following lines to display keys from the
BuildConfiguration
property:
tc = intel_tc
cfg = tc.getBuildConfiguration('Faster Builds');
cfg.keys