targets/Win32/XSD
author greg
Wed, 28 Oct 2009 11:38:23 +0100
changeset 432 ef7fc6fd1f6f
parent 390 44909ffb2cc6
child 620 f2c6bb695cf5
permissions -rwxr-xr-x
Add Beremiz shortcuts in menu on linux platform
Add some dependencies to beremiz (simplejson, twisted, nevow ...)

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