mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Minor fix to Win32 build script. Sync isc_version.h.
This commit is contained in:
parent
8f95bc042b
commit
819d0fe39e
@ -51,8 +51,11 @@ for %%v in ( %* ) do (
|
||||
|
||||
@if %FB2_ISS_DEBUG% equ 0 (@set ISS_BUILD_TYPE=iss_release) else (@set ISS_BUILD_TYPE=iss_debug)
|
||||
@if %FB2_ISS_DEBUG% equ 0 (@set ISS_COMPRESS=compression) else (@set ISS_COMPRESS=nocompression)
|
||||
:: And check whether we have built examples
|
||||
@if %FB2_EXAMPLES% equ 0 (@set ISS_EXAMPLES=noexamples) else (@set ISS_EXAMPLES=examples)
|
||||
|
||||
(@set ISS_EXAMPLES=examples)
|
||||
@if %FB2_ISS_DEBUG% equ 1 (
|
||||
@if %FB2_EXAMPLES% equ 0 (@set ISS_EXAMPLES=noexamples)
|
||||
)
|
||||
|
||||
:: Set up our final destination
|
||||
set FBBUILD_INSTALL_IMAGES=%ROOT_PATH%\builds\install_images
|
||||
@ -132,7 +135,7 @@ find "#define PRODUCT_VER_STRING" %ROOT_PATH%\src\jrd\build_no.h > %temp%.\b$1.t
|
||||
sed -n -e s/\"//g -e s/"#define PRODUCT_VER_STRING "//w%temp%.\b$2.txt %temp%.\b$1.txt
|
||||
for /f "tokens=*" %%a in ('type %temp%.\b$2.txt') do set PRODUCT_VER_STRING=%%a
|
||||
|
||||
@echo s/2.0.0/%PRODUCT_VER_STRING%/ > %temp%.\b$3.txt
|
||||
@echo s/-2.0.0-/-%PRODUCT_VER_STRING%-/ > %temp%.\b$3.txt
|
||||
@echo s/define release/define %FBBUILD_BUILDTYPE%/ >> %temp%.\b$3.txt
|
||||
@echo s/define msvc_version 6/define msvc_version %MSVC_VERSION%/ >> %temp%.\b$3.txt
|
||||
@echo s/define no_pdb/define %FBBUILD_SHIP_PDB%/ >> %temp%.\b$3.txt
|
||||
|
@ -17,7 +17,7 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.3.10503"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 3, 10503
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.3.10521"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 3, 10521
|
||||
#define ISC_MAJOR_VER "6"
|
||||
#define ISC_MINOR_VER "3"
|
||||
|
Loading…
Reference in New Issue
Block a user