mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Output correct log file name when empbuild fails.
This commit is contained in:
parent
0572cf60e4
commit
b049c468cf
@ -27,9 +27,9 @@
|
||||
@call compile.bat %FB_ROOT_PATH%\builds\win32\%VS_VER%\FirebirdExamples intlbuild_%FB_TARGET_PLATFORM%.log intlbuild
|
||||
)
|
||||
@call compile.bat %FB_ROOT_PATH%\builds\win32\%VS_VER%\FirebirdExamples 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
|
||||
if errorlevel 1 (
|
||||
@call :ERROR building udrcpp example failed - see make_examples_%FB_TARGET_PLATFORM%.log for details
|
||||
@goto :EOF
|
||||
)
|
||||
|
||||
@echo.
|
||||
@ -142,7 +142,7 @@ if defined FB2_INTLEMP (
|
||||
@cd %FB_GEN_DIR%\examples
|
||||
@del %FB_GEN_DIR%\examples\employee.fdb 2>nul
|
||||
@%FB_ROOT_PATH%\temp\%FB_OBJ_DIR%\empbuild\empbuild.exe %FB_GEN_DB_DIR%/examples/employee.fdb
|
||||
if errorlevel 44 (call :ERROR empbuild.exe failed - see %~n0.log for details & goto :EOF)
|
||||
if errorlevel 44 (call :ERROR empbuild.exe failed - see empbuild_%FB_TARGET_PLATFORM%.log for details & goto :EOF)
|
||||
|
||||
@if defined FB2_INTLEMP (
|
||||
@echo Building intlemp.fdb
|
||||
|
Loading…
Reference in New Issue
Block a user