author | laurent |
Fri, 30 Sep 2011 17:12:27 +0200 | |
changeset 619 | 8584ddae9385 |
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 |