equal
deleted
inserted
replaced
1 |
1 |
2 <xsd:element name="Win32"> |
2 <xsd:element name="Win32"> |
3 <xsd:complexType> |
3 <xsd:complexType> |
4 %(toolchain_gcc)s |
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"/> |
5 </xsd:complexType> |
8 </xsd:complexType> |
6 </xsd:element> |
9 </xsd:element> |
7 |
10 |