beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug defining string initial value using quotes
2013-04-15, Laurent Bessard
c4989e53f9c3
file is
Executable
Fix bug defining string initial value using quotes
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="required"/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="required"/>