diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:33:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:33:02 +0000 |
commit | 4fa488fb0159c629483b7994aa84e73926b132b9 (patch) | |
tree | 182a19db69cdcb92be54cc6a5b0b9bfab28f80fd /win/packaging/heidisql.wxi.in | |
parent | Adding debian version 1:10.11.6-2. (diff) | |
download | mariadb-4fa488fb0159c629483b7994aa84e73926b132b9.tar.xz mariadb-4fa488fb0159c629483b7994aa84e73926b132b9.zip |
Merging upstream version 1:10.11.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'win/packaging/heidisql.wxi.in')
-rw-r--r-- | win/packaging/heidisql.wxi.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/packaging/heidisql.wxi.in b/win/packaging/heidisql.wxi.in index 03d5b579..45bd6c4b 100644 --- a/win/packaging/heidisql.wxi.in +++ b/win/packaging/heidisql.wxi.in @@ -68,6 +68,12 @@ <Component Id="component.HeidiSQL_gds32_14.1.dll" Guid="*" Win64="no"> <File Id="gds32_14.1.dll" Name="gds32-14.1.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\gds32-14.1.dll" /> </Component> + <Component Id="component.HeidiSQL_libeay32.dll" Guid="*" Win64="no"> + <File Id="libeay32.dll" Name="libeay32.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\libeay32.dll" /> + </Component> + <Component Id="component.HeidiSQL_ssleay32.dll" Guid="*" Win64="no"> + <File Id="ssleay32.dll" Name="ssleay32.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\ssleay32.dll" /> + </Component> <Component Id="component.HeidiSQL_plink.exe" Guid="*" Win64="no"> <File Id="plink.exe" Name="plink.exe" Source="${HEIDISQL_DOWNLOAD_DIR}\plink.exe" /> </Component> @@ -115,6 +121,8 @@ <ComponentRef Id="component.HeidiSQL_libmysql_6.1.dll" /> <ComponentRef Id="component.HeidiSQL_fbclient_4.0.dll" /> <ComponentRef Id="component.HeidiSQL_gds32_14.1.dll" /> + <ComponentRef Id="component.HeidiSQL_libeay32.dll" /> + <ComponentRef Id="component.HeidiSQL_ssleay32.dll" /> <ComponentRef Id="component.HeidiSQL_plink.exe" /> <ComponentRef Id="component.HeidiSQL_LICENSE_openssl" /> <?foreach db in $(var.functions_dblist) ?> |