targets/Win32/XSD
author laurent
Thu, 08 Oct 2009 11:26:40 +0200
changeset 411 8261c8f1e365
parent 390 44909ffb2cc6
child 620 f2c6bb695cf5
permissions -rwxr-xr-x
Bug on Debug trying to start (and stop) before PLC started fixed.
Adding support for detecting platform default settings for target type and canfestival node.
Clear tests folder, leaving only multi-platform tests.
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     1
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     2
                  <xsd:element name="Win32">
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     3
                    <xsd:complexType>
390
44909ffb2cc6 Fix defaults compiler and linker names for win32
greg
parents: 204
diff changeset
     4
                      <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="mingw32-gcc-sjlj"/>
44909ffb2cc6 Fix defaults compiler and linker names for win32
greg
parents: 204
diff changeset
     5
                      <xsd:attribute name="CFLAGS" type="xsd:string" use="required"/>
44909ffb2cc6 Fix defaults compiler and linker names for win32
greg
parents: 204
diff changeset
     6
                      <xsd:attribute name="Linker" type="xsd:string" use="optional" default="mingw32-g++-sjlj"/>
44909ffb2cc6 Fix defaults compiler and linker names for win32
greg
parents: 204
diff changeset
     7
                      <xsd:attribute name="LDFLAGS" type="xsd:string" use="required"/>
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     8
                    </xsd:complexType>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     9
                  </xsd:element>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
    10