Corrections to the previous commmit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2010-06-14 08:58:23 +00:00
parent e7644ca782
commit 97b8472b54

View File

@@ -26,7 +26,7 @@
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
<configure options="--disable-all-features"/>
<configure options="--disable-gui"/>
<compile-all/>
<run-tests/>
</steps>
@@ -38,8 +38,8 @@
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
<configure options="--disable-gui"/>
<compile-all/>
<configure options="--disable-all-features"/>
<compile-all utils="false"/>
<run-tests/>
</steps>
</build>