mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Merge pull request #308 from Micah71381/develop
Adds support for building from paths with spaces.
This commit is contained in:
commit
7f2bea8ae5
@ -280,7 +280,7 @@ for /f %%G in ('findstr /R "." components') do (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
cd %POCO_BASE%
|
cd "%POCO_BASE%"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -435,7 +435,7 @@ for /f %%G in ('findstr /R "." components') do (
|
|||||||
echo. && echo. && echo.
|
echo. && echo. && echo.
|
||||||
)
|
)
|
||||||
|
|
||||||
cd %POCO_BASE%
|
cd "%POCO_BASE%"
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo ------------------------------------------------------------------------
|
echo ------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user