+<!--
+ Windows Quick Builds
+-->
+
+<build>
+ <name>MinGW32 wxMSW Trunk</name>
+ <sandbox>td185.testdrive.hp.com</sandbox>
+ <builddir>/tmp/wx/td_msw</builddir>
+ <scheduler>trunk_quick</scheduler>
+
+ <steps>
+ <checkout/>
+
+ <configure options="--host=i386-mingw32 --with-cppunit-prefix=$HOME/opt/mingw345"/>
+
+ <compile/>
+ <compile-samples/>
+ <compile-utils/>
+ <compile-tests/>
+ </steps>
+</build>
+
+<build>
+ <name>MinGW32 wxMSW Stable</name>
+ <sandbox>td189.testdrive.hp.com</sandbox>
+ <builddir>/tmp/wx/td_msw_stable</builddir>
+ <scheduler>stable_quick</scheduler>
+
+ <steps>
+ <checkout branch="{$STABLE_BRANCH}"/>
+
+ <configure options="--host=i386-mingw32 --with-cppunit-prefix=$HOME/opt/mingw345"/>
+
+ <compile/>
+ <compile-samples/>
+ <compile-utils/>
+ <compile-contrib/>
+ <compile-tests/>
+ </steps>
+</build>
+
+<!--
+ Daily builds
+-->
+