8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Add option to package without release notes

This commit is contained in:
Paul Reeves 2024-06-21 11:36:55 +02:00
parent 53464415df
commit 7d975f330b

View File

@ -30,6 +30,7 @@ for %%v in ( %* ) do (
( if /I "%%v"=="JUSTBUILD" (set FBBUILD_BUILD_ONLY=1) )
( if /I "%%v"=="TESTENV" (set FBBUILD_TEST_ONLY=1) )
( if /I "%%v"=="SNAPSHOT" (set FB2_SNAPSHOT=1) )
( if /I "%%v"=="NO_RN" set FB_EXTERNAL_DOCS=)
)
@call setenvvar.bat %FBBUILD_BUILDTYPE% %*
@ -99,6 +100,9 @@ goto :END
@echo This is intended to produce a x64 test kit
@echo with no dependency on Win32
@echo.
@echo NO_RN - Do not fail the packaging if release notes unavailable.
@echo Default is to fail if FB_EXTERNAL_DOCS is set and release notes not found.
@echo.
@goto :EOF
::---------