mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
e9227aa31c
make_boot now copies .conf and security.db files into temp\...\firebird, if it not exists there before. yachts.lnk and security.fdb now symlinks, not a copy of metadata.fdb and securityXXX.fdb.
15 lines
407 B
Batchfile
15 lines
407 B
Batchfile
@echo off
|
|
|
|
@call setenvvar.bat %*
|
|
@if errorlevel 1 (goto :END)
|
|
|
|
@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)
|
|
|
|
@echo Building message file...
|
|
@%FB_BIN_DIR%\build_msg -f %FB_GEN_DB_DIR%\firebird.msg -c %FB_GEN_DIR%\iberror_c.h
|
|
@copy %FB_GEN_DIR%\firebird.msg %FB_BIN_DIR% > nul
|
|
|
|
:END
|