targets/XSD_toolchain_gcc
author Surkov Sergey <surkovsv93@gmail.com>
Fri, 27 Jan 2017 16:01:23 +0300
changeset 1646 2d1fb99065e8
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
fix exception handling
now only one exception dialog is displayed, if many same type exceptions handled (like in #16), and bug reports files always save after exception, not only after pressing "OK" button in exception dialog, closes #17

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