mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix 3rdparty building
This commit is contained in:
@ -66,7 +66,7 @@ if not exist "%folder%" (
|
||||
XCOPY /Y stage\lib\* "%folder%\shared\"
|
||||
)
|
||||
|
||||
exit
|
||||
exit /b 0
|
||||
|
||||
:error
|
||||
echo "Failed with error #%errorlevel%."
|
||||
|
||||
@ -19,7 +19,7 @@ FOR /f "tokens=*" %%i in ('DIR /a:d /b *') DO (
|
||||
|
||||
)
|
||||
|
||||
exit
|
||||
exit /b 0
|
||||
|
||||
:error
|
||||
echo "Failed with error #%errorlevel%."
|
||||
|
||||
@ -26,7 +26,7 @@ if not "%BUILD_PLATFORM%"=="%BUILD_PLATFORM:xp=%" (
|
||||
cd %~dp0
|
||||
)
|
||||
|
||||
exit
|
||||
exit /b 0
|
||||
|
||||
:error
|
||||
echo "Failed with error #%errorlevel%."
|
||||
|
||||
@ -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%."
|
||||
|
||||
Reference in New Issue
Block a user