mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Be sure to include the upgrade scripts for Fb 3 and FB 4 from the misc dir.
Keep the version names. Sub-dir v3.0 was previously renamed to security for deployment on windows.
This commit is contained in:
parent
03395fafb1
commit
8c64f4c9ce
@ -266,11 +266,13 @@ if "%VSCMD_ARG_TGT_ARCH%"=="x86" (
|
||||
|
||||
|
||||
:: Various upgrade scripts and docs
|
||||
mkdir %FB_OUTPUT_DIR%\misc\upgrade\security 2>nul
|
||||
@copy %FB_ROOT_PATH%\src\misc\upgrade\v3.0\security_* %FB_OUTPUT_DIR%\misc\upgrade\security > nul
|
||||
@if %ERRORLEVEL% GEQ 1 (
|
||||
call :ERROR copy %FB_ROOT_PATH%\src\misc\upgrade\v3.0\security_* %FB_OUTPUT_DIR%\misc\upgrade\security failed with error %ERRORLEVEL%.
|
||||
goto :EOF
|
||||
for %%d in ( v3.0 v4.0 ) do (
|
||||
mkdir %FB_OUTPUT_DIR%\misc\upgrade\%%d 2>nul
|
||||
@copy %FB_ROOT_PATH%\src\misc\upgrade\%%d\*.* %FB_OUTPUT_DIR%\misc\upgrade\%%d > nul
|
||||
@if %ERRORLEVEL% GEQ 1 (
|
||||
call :ERROR copy %FB_ROOT_PATH%\src\misc\upgrade\%%d\*.* %FB_OUTPUT_DIR%\misc\upgrade\%%d failed with error %ERRORLEVEL%.
|
||||
goto :EOF
|
||||
)
|
||||
)
|
||||
|
||||
:: INTL script
|
||||
|
Loading…
Reference in New Issue
Block a user