targets/XSD_toolchain_gcc
author Edouard Tisserant
Mon, 25 Mar 2019 14:59:54 +0100
branchwx.NewID_abuse_fix
changeset 2554 45d4f9a84c60
parent 1478 69fe0b81e951
permissions -rw-r--r--
VariablePanel's menu do not waste Wx IDs anymore (directly binds wx objects rather than crating new ID wit wx.NewId)

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