Use short filenames to avoid building under a path with spaces in it.
Add lib to path for Native Cygwin builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,7 +35,7 @@ xcopy /s/q/i . "%BUILDDIR%" || (rmdir /s/q "%BUILDDIR%" & exit 1)
|
|||||||
-->
|
-->
|
||||||
<xsl:template name="profile">
|
<xsl:template name="profile">
|
||||||
<command>
|
<command>
|
||||||
set BUILDDIR=%USERPROFILE%\build
|
for %I in ("%USERPROFILE%") do set BUILDDIR=%~sI\build
|
||||||
</command>
|
</command>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
@@ -73,6 +73,7 @@ cd /d "%BUILDDIR%"
|
|||||||
|
|
||||||
<xsl:template name="prologue-cygwin">
|
<xsl:template name="prologue-cygwin">
|
||||||
call h:\cygwin\cyg-vars.bat
|
call h:\cygwin\cyg-vars.bat
|
||||||
|
PATH=%PATH%;%BUILDDIR%\lib
|
||||||
cd /d "%BUILDDIR%"
|
cd /d "%BUILDDIR%"
|
||||||
sh -c \
|
sh -c \
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
Reference in New Issue
Block a user