targets/Win32/XSD
changeset 398 31d08063b5d6
parent 390 44909ffb2cc6
child 620 f2c6bb695cf5
--- a/targets/Win32/XSD	Mon Sep 21 12:00:52 2009 +0200
+++ b/targets/Win32/XSD	Mon Sep 21 12:12:08 2009 +0200
@@ -1,7 +1,10 @@
 
                   <xsd:element name="Win32">
                     <xsd:complexType>
-                      %(toolchain_gcc)s
+                      <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"/>
                     </xsd:complexType>
                   </xsd:element>