author | laurent |
Mon, 19 Oct 2009 16:03:46 +0200 | |
changeset 421 | c9ec111ad275 |
parent 390 | 44909ffb2cc6 |
child 620 | f2c6bb695cf5 |
permissions | -rwxr-xr-x |
203 | 1 |
|
2 |
<xsd:element name="Win32"> |
|
3 |
<xsd:complexType> |
|
390 | 4 |
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="mingw32-gcc-sjlj"/> |
5 |
<xsd:attribute name="CFLAGS" type="xsd:string" use="required"/> |
|
6 |
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="mingw32-g++-sjlj"/> |
|
7 |
<xsd:attribute name="LDFLAGS" type="xsd:string" use="required"/> |
|
203 | 8 |
</xsd:complexType> |
9 |
</xsd:element> |
|
10 |