targets/XSD_toolchain_gcc
author Edouard Tisserant
Tue, 06 Apr 2021 16:05:58 +0200
branchsvghmi
changeset 3225 cfa5690c8c15
parent 1478 69fe0b81e951
permissions -rw-r--r--
SVGHMI: Naive implementation of widget path substitution in widget DnD: considers widget always have only one variable, and no type checking.

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