8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
firebird-mirror/builds/win32/make_icu.bat

32 lines
499 B
Batchfile
Raw Normal View History

2005-05-28 00:45:31 +02:00
@echo off
:: Set env vars
@call setenvvar.bat
@call set_build_target.bat %* icu
::==========
:: MAIN
@echo Extracting pre-built ICU
2015-09-17 11:44:41 +02:00
%FB_ROOT_PATH%\extern\icu\icu.exe -y > make_icu_%FB_TARGET_PLATFORM%.log 2>&1
if errorlevel 1 call :ERROR build failed - see make_icu_%FB_TARGET_PLATFORM%.log for details
@goto :EOF
:ERROR
::====
@echo.
@echo An error occurred while running make_icu.bat -
@echo %*
@echo.
set ERRLEV=1
cancel_script > nul 2>&1
::End of ERROR
::------------
@goto :EOF