]> git.saurik.com Git - wxWidgets.git/commitdiff
Use short filenames to avoid building under a path with spaces in it.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 17 Dec 2007 15:01:46 +0000 (15:01 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 17 Dec 2007 15:01:46 +0000 (15:01 +0000)
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

build/buildbot/config/include/testdrive-win.xml

index 867887df385dc86e2730518cea248e34ed5ab05b..0c10d640eb3c0f06bb5dc9c4e1e2afcf1c4451d2 100644 (file)
@@ -35,7 +35,7 @@ xcopy /s/q/i . "%BUILDDIR%" || (rmdir /s/q "%BUILDDIR%" &amp; 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>