Merge pull request #308 from Micah71381/develop

Adds support for building from paths with spaces.
This commit is contained in:
Aleksandar Fabijanic 2013-10-14 10:39:40 -07:00
commit 7f2bea8ae5

View File

@ -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 ------------------------------------------------------------------------