<sandbox>VC9</sandbox>
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunitd.lib</make>
<steps>
- <checkout branch="branches/WX_2_9_0_BRANCH"/>
+ <checkout branch="{$RELEASE_BRANCH}"/>
<compile-all tests="true"/>
<run-tests/>
</steps>
<sandbox>VC6</sandbox>
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunitd.lib</make>
<steps>
- <checkout branch="branches/WX_2_9_0_BRANCH"/>
+ <checkout branch="{$RELEASE_BRANCH}"/>
<compile-all tests="true"/>
<run-tests/>
</steps>