2006-04-14 20:16:10 +02:00
|
|
|
@echo off
|
|
|
|
|
2006-05-27 20:06:09 +02:00
|
|
|
@call setenvvar.bat
|
2006-04-14 20:16:10 +02:00
|
|
|
@if errorlevel 1 (goto :END)
|
2022-08-08 02:14:52 +02:00
|
|
|
@if not defined FB_BOOT_BIN_DIR (@call set_build_target.bat %*)
|
2006-04-14 20:16:10 +02:00
|
|
|
|
2021-09-15 13:37:17 +02:00
|
|
|
@echo Building build_msg (%FB_OBJ_DIR%)...
|
|
|
|
@call compile.bat builds\win32\%VS_VER%\FirebirdBoot build_msg_%FB_TARGET_PLATFORM%.log build_msg
|
|
|
|
@if errorlevel 1 (goto :END)
|
2006-04-14 20:16:10 +02:00
|
|
|
|
2007-09-06 15:25:04 +02:00
|
|
|
@echo Building message file...
|
2022-08-08 02:14:52 +02:00
|
|
|
@%FB_BOOT_BIN_DIR%\build_msg -f %FB_GEN_DB_DIR%\firebird.msg -c %FB_OUTPUT_DIR%\include\firebird\impl\iberror_c.h
|
2010-10-21 00:15:48 +02:00
|
|
|
@copy %FB_GEN_DIR%\firebird.msg %FB_BIN_DIR% > nul
|
|
|
|
|
2006-04-14 20:16:10 +02:00
|
|
|
:END
|