targets/Win32/XSD
author edouard
Wed, 02 Jun 2010 10:08:58 +0200
changeset 538 ad05f27222cd
parent 390 44909ffb2cc6
child 620 f2c6bb695cf5
permissions -rwxr-xr-x
Moved LPC specific code from toolchain_makefile into LPC target, added FROM_BEREMIZ variable to tell LPC's makefile it is invoked from here.

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