targets/XSD_toolchain_gcc
author Edouard Tisserant
Mon, 13 Aug 2018 13:24:28 +0200
changeset 2262 4195545e2d17
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
NevowServer : added addInfoString to allow extensions to declare some read-only strings to be displayed in settings. Also renamed addExtension in addSettings for clarity.

          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>