targets/Win32/XSD
author laurent
Thu, 24 Sep 2009 18:27:45 +0200
changeset 401 8106a853a7c7
parent 390 44909ffb2cc6
child 620 f2c6bb695cf5
permissions -rwxr-xr-x
Adding support for displaying plugins available variable into Beremiz plugin tree

                  <xsd:element name="Win32">
                    <xsd:complexType>
                      <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="mingw32-gcc-sjlj"/>
                      <xsd:attribute name="CFLAGS" type="xsd:string" use="required"/>
                      <xsd:attribute name="Linker" type="xsd:string" use="optional" default="mingw32-g++-sjlj"/>
                      <xsd:attribute name="LDFLAGS" type="xsd:string" use="required"/>
                    </xsd:complexType>
                  </xsd:element>