]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/testdrive-win.xml
set correct EOL style for files added in r58024
[wxWidgets.git] / 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%" & 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>