+ <name>MinGW x86 trunk</name>
+ <builddir>tbitcwxbuildbot_mingw_trunk</builddir>
+ <!--scheduler>daily_0600</scheduler-->
+ <steps>
+ <checkout/>
+ <configure options="--host=i586-mingw32msvc
+ --with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
+ <compile-all/>
+ </steps>
+</build>
+
+<build>
+ <name>MinGW x86 stable</name>
+ <builddir>tbitcwxbuildbot_mingw_stable</builddir>
+ <!--scheduler>daily_0600</scheduler-->
+ <steps>
+ <checkout branch="{$STABLE_BRANCH}"/>
+ <configure options="--host=i586-mingw32msvc
+ --with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
+ <compile-all utils="false"/>
+ </steps>
+</build>
+
+<build>
+ <name>MinGW x86_64 trunk</name>
+ <builddir>tbitcwxbuildbot_mingw64_trunk</builddir>