h.addMacro(macroname)
h.addMacro(macroname, macrovalue)
adds
a macro to h
.addMacro(macroname
)coder.make.ToolchainInfo.Macros
without
initializing the value of the Macro.
adds
a macro and initializes the value of the macro.h
.addMacro(macroname
, macrovalue
)
Use setMacro
to update the value of a macro
in coder.make.ToolchainInfo.Macros
.
h.setMacro('CYGWIN','C:\cygwin\'); h.getMacro('CYGWIN')
ans = C:\cygwin\bin\
h.removeMacro('CYGWIN')