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:
Michael Wetherell
2007-12-17 15:01:46 +00:00
parent 33ba5a0562
commit a548dafdd2

View File

@@ -35,7 +35,7 @@ xcopy /s/q/i . "%BUILDDIR%" || (rmdir /s/q "%BUILDDIR%" & exit 1)
-->
<xsl:template name="profile">
<command>
set BUILDDIR=%USERPROFILE%\build
for %I in ("%USERPROFILE%") do set BUILDDIR=%~sI\build
</command>
</xsl:template>
@@ -73,6 +73,7 @@ cd /d "%BUILDDIR%"
<xsl:template name="prologue-cygwin">
call h:\cygwin\cyg-vars.bat
PATH=%PATH%;%BUILDDIR%\lib
cd /d "%BUILDDIR%"
sh -c \
</xsl:template>