mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
Catch error and fail the build if udrcpp_example fails.
This commit is contained in:
parent
e473a9602c
commit
91260be4c4
@ -30,6 +30,10 @@ if "%VS_VER%"=="msvc6" (
|
||||
@call compile.bat %FB_ROOT_PATH%\builds\win32\%VS_VER%\Firebird3_Examples intlbuild_%FB_TARGET_PLATFORM%.log intlbuild
|
||||
)
|
||||
@call compile.bat %FB_ROOT_PATH%\builds\win32\%VS_VER%\Firebird3_Examples udrcpp_example_%FB_TARGET_PLATFORM%.log udrcpp_example
|
||||
if errorlevel 1 (
|
||||
@call :ERROR building udrcpp example failed - see make_examples_%FB_TARGET_PLATFORM%.log for details
|
||||
@goto :EOF
|
||||
)
|
||||
)
|
||||
@echo.
|
||||
@call :MOVE
|
||||
|
Loading…
Reference in New Issue
Block a user