targets/XSD_toolchain_gcc
author Edouard Tisserant
Tue, 10 Jul 2018 12:54:05 +0200
branchnevow_service_rework
changeset 2220 985f234b0d09
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
Moved Wamp configuration file selection logic into runtime/wampclient.py. Added Wamp CRA secret file upload and download. Slightly reworked code for config and secret file loading and saving.

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