data: added missing dlls for using ssl on windows

This commit is contained in:
mlangkabel
2017-08-23 17:03:43 +02:00
parent 1227ad313e
commit 2d9b2db683
7 changed files with 21 additions and 0 deletions
@@ -213,6 +213,18 @@
<File Id='libeay32' Name='libeay32.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/libeay32.dll' KeyPath='yes' />
</Component>
<?if $(var.Win64) = "no" ?>
<Component Id='libgcc_s_dw2_1_dll' Guid='*' Win64="$(var.Win64)">
<File Id='libgcc_s_dw2_1' Name='libgcc_s_dw2-1.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/libgcc_s_dw2-1.dll' KeyPath='yes' />
</Component>
<?endif ?>
<?if $(var.Win64) = "no" ?>
<Component Id='libwinpthread_1_dll' Guid='*' Win64="$(var.Win64)">
<File Id='libwinpthread_1' Name='libwinpthread-1.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/libwinpthread-1.dll' KeyPath='yes' />
</Component>
<?endif ?>
<Component Id='msvcp140_dll' Guid='*' Win64="$(var.Win64)">
<File Id='msvcp140' Name='msvcp140.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/msvcp140.dll' KeyPath='yes' />
</Component>
@@ -221,6 +233,10 @@
<File Id='qt' Name='qt.conf' DiskId='1' Source='$(var.PlatformSourceFolder)/qt.conf' KeyPath='yes' />
</Component>
<Component Id='ssleay32_dll' Guid='*' Win64="$(var.Win64)">
<File Id='ssleay32' Name='ssleay32.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/ssleay32.dll' KeyPath='yes' />
</Component>
<Component Id='ucrtbaseDll' Guid='*' Win64="$(var.Win64)">
<File Id='ucrtbase' Name='ucrtbase.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/ucrtbase.dll' KeyPath='yes' />
</Component>
@@ -219,8 +219,13 @@
<ComponentRef Id='apiMsWinCrtTime_l1_1_0Dll'/>
<ComponentRef Id='apiMsWinCrtUtility_l1_1_0Dll'/>
<ComponentRef Id='libeay32_dll'/>
<?if $(var.Win64) = "no" ?>
<ComponentRef Id='libgcc_s_dw2_1_dll'/>
<ComponentRef Id='libwinpthread_1_dll'/>
<?endif ?>
<ComponentRef Id='msvcp140_dll'/>
<ComponentRef Id='qtConf'/>
<ComponentRef Id='ssleay32_dll'/>
<ComponentRef Id='ucrtbaseDll'/>
<ComponentRef Id='vcruntime140_dll'/>