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