author | Edouqrd Tisserant <edouard.tisserant@gmail.com> |
Fri, 25 Mar 2011 17:43:40 +0100 | |
changeset 582 | bb5d0367bf32 |
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 |