Update from Brian.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2008-09-30 16:12:36 +00:00
parent 47e343c6bf
commit 9932114546

View File

@ -11,15 +11,8 @@
<name>Linux i386 wxGTK trunk STL debug</name> <name>Linux i386 wxGTK trunk STL debug</name>
<builddir>ravnsgaard_wxgtk_debug</builddir> <builddir>ravnsgaard_wxgtk_debug</builddir>
<scheduler>daily_0600</scheduler> <scheduler>daily_0600</scheduler>
<sandbox>debug</sandbox>
<steps> <steps>
<checkout/> <checkout/>
<shellcommand>
<description>setting up</description>
<descriptionDone>set up</descriptionDone>
<haltOnFailure/>
<command>setup-script</command>
</shellcommand>
<configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/> <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
<compile-all/> <compile-all/>
<run-tests/> <run-tests/>
@ -30,15 +23,8 @@
<name>Linux i386 wxGTK trunk STL release</name> <name>Linux i386 wxGTK trunk STL release</name>
<builddir>ravnsgaard_wxgtk_release</builddir> <builddir>ravnsgaard_wxgtk_release</builddir>
<scheduler>daily_1800</scheduler> <scheduler>daily_1800</scheduler>
<sandbox>release</sandbox>
<steps> <steps>
<checkout/> <checkout/>
<shellcommand>
<description>setting up</description>
<descriptionDone>set up</descriptionDone>
<haltOnFailure/>
<command>setup-script</command>
</shellcommand>
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/> <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
<compile-all/> <compile-all/>
<run-tests/> <run-tests/>