targets/XSD_toolchain_gcc
author Edouard Tisserant
Fri, 22 Jun 2018 14:08:34 +0200
branchnevow_service_rework
changeset 2209 ee2675e4778d
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
Now, runtime extensions should be able to add their own settings to web configuration interface.

          <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=""/>