]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/unix.xml
Don't include Common-Controls manifest in wxBase apps.
[wxWidgets.git] / build / buildbot / config / include / unix.xml
index 2aa139904078431ff3cb2c442f8ca95e7a803c5c..17d42dd08b3af9febb5d5ea6188a8654178605d0 100644 (file)
@@ -6,7 +6,7 @@
     Author:     Michael Wetherell
     RCS-ID:     $Id$
     Copyright:  (c) Michael Wetherell
-    Licence:    wxWidgets licence
+    Licence:    wxWindows licence
 -->
 
 <bot xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -83,7 +83,7 @@
     <xsl:param name="options"/>
     <configure>
         <copy-with-defaults content="{$content}">
-            <command>../src/configure <xsl:value-of select="normalize-space($options)"/> --disable-precomp-headers --disable-compat28 --disable-compat26</command>
+            <command>../src/configure --disable-precomp-headers --disable-compat28 --disable-compat26 <xsl:value-of select="normalize-space($options)"/></command>
         </copy-with-defaults>
         <command>find . -name Makefile | xargs perl -pi -e 's/^(?:CC|CXX) = /$&amp;ccache /'</command>
     </configure>