Reverted win32 target default configuration to default gcc toolchain congig
authorEdouard Tisserant
Fri, 30 Sep 2011 23:06:56 +0200
changeset 620 f2c6bb695cf5
parent 619 8584ddae9385
child 621 a3ce93d63832
Reverted win32 target default configuration to default gcc toolchain congig
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>