targets/XSD_toolchain_gcc
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 16 Nov 2021 20:31:11 +0100
changeset 3390 6532d7a1a3b5
parent 1478 69fe0b81e951
permissions -rw-r--r--
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.

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