Whitespace fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2008-02-05 22:26:23 +00:00
parent 42d93b83c0
commit d8929a6175
2 changed files with 9 additions and 9 deletions

View File

@@ -48,7 +48,7 @@
<!--
The name of a scheduler that will trigger this build. common.xml
currently defines:
* 'trunk_quick' and 'stable_quick'. These trigger a build after
every source change on the trunk and stable branches respectively.
@@ -61,7 +61,7 @@
An empty <scheduler/> element takes its value from the previous build
incremented in the following way:
* Weekly schedulers are incremented by a day, monday_0600 becomes
tuesday_0600, and at the end of the week the time is also bumped by
an hour, saturday_0600 becomes sunday_0700.

View File

@@ -42,7 +42,7 @@
at once with make -j.
-->
<!--
<!--
Unix Quick Builds
-->
@@ -76,7 +76,7 @@
</steps>
</build>
<!--
<!--
Mac Quick Builds
-->
@@ -108,7 +108,7 @@
</steps>
</build>
<!--
<!--
Windows Quick Builds
-->
@@ -138,7 +138,7 @@
</steps>
</build>
<!--
<!--
Daily builds
-->
@@ -196,7 +196,7 @@
X11, motif and gtk+-2. For locations see cygwin-opts/cygwin-x-opts
below.
-->
<!-- for wxBase or wxMSW -->
<xsl:variable name="cygwin-opts">
--host=i686-pc-cygwin
@@ -206,8 +206,8 @@
<!-- for wxX11, wxMotif, wxGTK -->
<xsl:variable name="cygwin-x-opts">
<xsl:value-of select="$cygwin-opts"/>
--x-includes=$HOME/cygwin/usr/X11R6/include
--x-libraries=$HOME/cygwin/usr/X11R6/lib
--x-includes=$HOME/cygwin/usr/X11R6/include
--x-libraries=$HOME/cygwin/usr/X11R6/lib
PKG_CONFIG_PATH=$HOME/opt/cygwin/pkgconfig
</xsl:variable>