targets/XSD_toolchain_gcc
author Edouard Tisserant
Mon, 29 Mar 2021 15:46:02 +0200
changeset 2734 3768af52835a
parent 1478 69fe0b81e951
permissions -rw-r--r--
Fixed misuse of GridCellEditor in DurationCellEditor, potentially leading to crash on windows.

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