targets/XSD_toolchain_gcc
author Edouard Tisserant
Thu, 05 Jul 2018 11:11:01 +0200
branchnevow_service_rework
changeset 2212 cf1718962567
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
WampClient : Simplified, removed dead code, use exception for handling failures and misconfiguration, check existence of mandatory parameters.

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