targets/Win32/XSD
author Edouard Tisserant
Tue, 24 May 2011 00:36:08 +0200
changeset 606 780bd150ebba
parent 390 44909ffb2cc6
child 620 f2c6bb695cf5
permissions -rwxr-xr-x
Fixed runtime with twisted but without Wx (-x 0 -t 1), made non-Zeroconf a default option, i.e when -n not specified

                  <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>