+
+ <if cond="FORMAT=='mingw'">
+ <option name="GCC_VERSION">
+ <values>3 2.95</values>
+ <default-value>3</default-value>
+ <description>
+ Set the version of your Mingw installation here.
+ "3" ...... this is for Mingw 2.0 or newer that cames with gcc3
+ "2.95" ... for Mingw 1.1 or any of the older versions
+ </description>
+ </option>
+ <set var="GCCFLAGS">
+ <if cond="GCC_VERSION=='2.95'">-fvtable-thunks</if>
+ </set>
+ <set var="EXTRACFLAGS">$(GCCFLAGS) -DHAVE_W32API_H</set>
+ </if>
+