lpcmanager

Variable Options : fixed parsing, add On Load fix
som6
2020-11-12, Edouard Tisserant
fecb8381e105
file isExecutable
Variable Options : fixed parsing, add On Load fix
- fixed parsing to deal with dblquotes and old bugs better, use intermediate representation once parsed, and add function to generate options string from that representation,
- add On Load fix to be backward compatible with previous options syntax and onchange column
<xsd:element name="%(target_name)s">
<xsd:complexType>
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="$CC"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default="$CFLAGS"/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="$CC"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default="$LDFLAGS"/>
<xsd:attribute name="XenoConfig" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>