1 <?xml version=
"1.0" encoding=
"utf-8"?>
4 Purpose: Buildbot xp_vc configuration.
5 Author: Laurent Humbertclaude
7 Copyright: (c) 2008 Laurent Humbertclaude
8 Licence: wxWidgets licence
10 <bot xmlns:
xi=
"http://www.w3.org/2001/XInclude">
11 <xi:include href=
"include/defs.xml"/>
13 <name>XPSP2 VC9 wxMSW trunk
</name>
14 <builddir>XPSP2_VC9_wxMSW_trunk
</builddir>
16 <!--<scheduler>trunk_quick</scheduler>-->
17 <sandbox>VC9
</sandbox>
18 <make>nmake -f makefile.vc SHARED=
1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-
1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-
1.12.1/lib/cppunit.lib
</make>
26 <name>XPSP2 VC9 wxMSW stable
</name>
27 <builddir>XPSP2_VC9_wxMSW_stable
</builddir>
29 <!--<scheduler>stable_quick</scheduler>-->
30 <sandbox>VC9
</sandbox>
31 <make>nmake -f makefile.vc SHARED=
1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-
1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-
1.12.1/lib/cppunit.lib
</make>
33 <checkout branch=
"{$STABLE_BRANCH}"/>