mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Include zlib1.dll in the binary kits
This commit is contained in:
parent
53bc8eb2cb
commit
dbd023006c
@ -746,7 +746,7 @@ procedure SetupSharedFilesArray;
|
||||
// - Libraries
|
||||
// - License files
|
||||
begin
|
||||
SetArrayLength(SharedFileArray,35);
|
||||
SetArrayLength(SharedFileArray,36);
|
||||
|
||||
SharedFileArray[0].Filename := ExpandConstant('{app}')+'IPLicense.txt';
|
||||
SharedFileArray[1].Filename := ExpandConstant('{app}')+'IDPLicense.txt';
|
||||
@ -794,6 +794,7 @@ SharedFileArray[31].Filename := ExpandConstant('{app}')+'fbtrace.conf';
|
||||
SharedFileArray[32].Filename := ExpandConstant('{app}')+'fbsvcmgr.exe';
|
||||
SharedFileArray[33].Filename := ExpandConstant('{app}')+'fbrmclib.dll';
|
||||
SharedFileArray[34].Filename := ExpandConstant('{app}')+'fbtracemgr.exe';
|
||||
SharedFileArray[35].Filename := ExpandConstant('{app}')+'zlib1.dll';
|
||||
|
||||
// FIXME
|
||||
// Add in WOW64 here.
|
||||
|
@ -502,6 +502,7 @@ Source: {#FilesDir}\icudt*.dat; DestDir: {app}; Components: ServerComponent; Fl
|
||||
#if PlatformTarget =="Win32"
|
||||
Source: {#FilesDir}\fbrmclib.dll; DestDir: {app}; Components: ServerComponent; Flags: sharedfile ignoreversion
|
||||
#endif
|
||||
Source: {#FilesDir}\zlib1.dll; DestDir: {app}; Components: ServerComponent; Flags: sharedfile ignoreversion
|
||||
|
||||
;Rules for installation of MS runtimes are simplified with MSVC10
|
||||
;We just install the runtimes into the install dir.
|
||||
|
Loading…
Reference in New Issue
Block a user