2006-04-14 20:16:10 +02:00
|
|
|
@echo off
|
|
|
|
|
2022-08-08 13:32:53 +02:00
|
|
|
@call setenvvar.bat %*
|
2006-04-14 20:16:10 +02:00
|
|
|
@if errorlevel 1 (goto :END)
|
|
|
|
|
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-09-04 17:30:30 +02:00
|
|
|
@%FB_BIN_DIR%\build_msg -f %FB_GEN_DB_DIR%\firebird.msg -c %FB_GEN_DIR%\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
|