targets/XSD_toolchain_gcc
author Edouard Tisserant
Tue, 14 Jun 2022 11:56:05 +0200
changeset 3513 7d4a16e59337
parent 1478 69fe0b81e951
permissions -rw-r--r--
SVGHMI: rework Switch widget : detach/attach elements instead of hiding with style.display, detach all possible choices at init.

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