Fix 3rdparty building

This commit is contained in:
agolybev
2019-06-20 14:32:51 +03:00
parent 09c43b1179
commit 0db6728463
4 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ if not exist "%folder%" (
XCOPY /Y stage\lib\* "%folder%\shared\"
)
exit
exit /b 0
:error
echo "Failed with error #%errorlevel%."

View File

@ -19,7 +19,7 @@ FOR /f "tokens=*" %%i in ('DIR /a:d /b *') DO (
)
exit
exit /b 0
:error
echo "Failed with error #%errorlevel%."

View File

@ -26,7 +26,7 @@ if not "%BUILD_PLATFORM%"=="%BUILD_PLATFORM:xp=%" (
cd %~dp0
)
exit
exit /b 0
:error
echo "Failed with error #%errorlevel%."

View File

@ -63,7 +63,7 @@ if not exist "win_64" (
XCOPY /Y "v8\build\Debug\icudt.dll" "win_64\debug\"
)
exit
exit /b 0
:error
echo "Failed with error #%errorlevel%."