git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51564
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<!--
The name of a scheduler that will trigger this build. common.xml
currently defines:
<!--
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.
* 'trunk_quick' and 'stable_quick'. These trigger a build after
every source change on the trunk and stable branches respectively.
An empty <scheduler/> element takes its value from the previous build
incremented in the following way:
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.
* 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.
at once with make -j.
-->
at once with make -j.
-->
X11, motif and gtk+-2. For locations see cygwin-opts/cygwin-x-opts
below.
-->
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
<!-- for wxBase or wxMSW -->
<xsl:variable name="cygwin-opts">
--host=i686-pc-cygwin
<!-- for wxX11, wxMotif, wxGTK -->
<xsl:variable name="cygwin-x-opts">
<xsl:value-of select="$cygwin-opts"/>
<!-- 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>
PKG_CONFIG_PATH=$HOME/opt/cygwin/pkgconfig
</xsl:variable>