# HG changeset patch # User Edouard Tisserant # Date 1317416816 -7200 # Node ID f2c6bb695cf50464dbba53bd8762fb5f114f431d # Parent 8584ddae9385da64ad990232dffa04bdcd176be9 Reverted win32 target default configuration to default gcc toolchain congig diff -r 8584ddae9385 -r f2c6bb695cf5 targets/Win32/XSD --- a/targets/Win32/XSD Fri Sep 30 17:12:27 2011 +0200 +++ b/targets/Win32/XSD Fri Sep 30 23:06:56 2011 +0200 @@ -1,10 +1,7 @@ <xsd:element name="Win32"> <xsd:complexType> - <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="mingw32-gcc-sjlj"/> - <xsd:attribute name="CFLAGS" type="xsd:string" use="required"/> - <xsd:attribute name="Linker" type="xsd:string" use="optional" default="mingw32-g++-sjlj"/> - <xsd:attribute name="LDFLAGS" type="xsd:string" use="required"/> + %(toolchain_gcc)s </xsd:complexType> </xsd:element>