targets/XSD_toolchain_gcc
author Edouard Tisserant
Wed, 04 Jul 2018 14:10:03 +0200
branchnevow_service_rework
changeset 2210 81949104291d
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
Nevow based web interface now show simple Log message sending form for basic runtime, and allow extensions to add their own web settings.

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