File tree 2 files changed +7
-5
lines changed
contrib/buildsystems/Generators 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 12
12
<package id =" libssh2.redist" version =" 1.4.3.3" />
13
13
14
14
<package id =" openssl" version =" 1.0.2.1" />
15
- <package id =" openssl.v120.windesktop.msvcstl.dyn.rt-dyn" version =" 1.0.2.1" />
16
- <package id =" openssl.v120.windesktop.msvcstl.dyn.rt-dyn.x64" version =" 1.0.2.0" />
17
- <package id =" openssl.v120.windesktop.msvcstl.dyn.rt-dyn.x86" version =" 1.0.2.1" />
18
15
<package id =" openssl.v140.windesktop.msvcstl.dyn.rt-dyn" version =" 1.0.2.1" />
19
16
<package id =" openssl.v140.windesktop.msvcstl.dyn.rt-dyn.x64" version =" 1.0.2.1" />
20
- <package id =" openssl.v140.windesktop.msvcstl.dyn.rt-dyn.x86" version =" 1.0.2.1" />
21
17
22
18
<package id =" zlib" version =" 1.2.8.8" />
23
- <package id =" zlib.v120.windesktop.msvcstl.dyn.rt-dyn" version =" 1.2.8.8" />
24
19
<package id =" zlib.v140.windesktop.msvcstl.dyn.rt-dyn" version =" 1.2.8.8" />
25
20
26
21
</packages >
Original file line number Diff line number Diff line change @@ -163,6 +163,13 @@ sub createProject {
163
163
} elsif ($needsCurl && $1 eq ' expat' ) {
164
164
# libexpat is only available targeting v100 and v110
165
165
$libs .= " ;$rel_dir \\ compat\\ vcbuild\\ GEN.PKGS\\ $1 .$2 \\ build\\ native\\ lib\\ v110\\\$ (Platform)\\ Release\\ dynamic\\ utf8\\ libexpat.lib" ;
166
+ } elsif ($1 eq ' zlib' ) {
167
+ # zlib
168
+ $libs .= " ;$rel_dir \\ compat\\ vcbuild\\ GEN.PKGS\\ $1 .v140.windesktop.msvcstl.dyn.rt-dyn.$2 \\ lib\\ native\\ v140\\ windesktop\\ msvcstl\\ dyn\\ rt-dyn\\ x64\\ RelWithDebInfo\\ zlib.lib" ;
169
+ } elsif ($1 eq ' openssl' ) {
170
+ # openssl
171
+ $libs .= " ;$rel_dir \\ compat\\ vcbuild\\ GEN.PKGS\\ $1 .v140.windesktop.msvcstl.dyn.rt-dyn.x64.$2 \\ lib\\ native\\ v140\\ windesktop\\ msvcstl\\ dyn\\ rt-dyn\\ x64\\ release\\ libeay32.lib" ;
172
+ $libs .= " ;$rel_dir \\ compat\\ vcbuild\\ GEN.PKGS\\ $1 .v140.windesktop.msvcstl.dyn.rt-dyn.x64.$2 \\ lib\\ native\\ v140\\ windesktop\\ msvcstl\\ dyn\\ rt-dyn\\ x64\\ release\\ ssleay32.lib" ;
166
173
}
167
174
next if ($1 =~ / ^(zlib$|openssl(?!.*(x64|x86)$) )/ );
168
175
my $targetsFile = " $rel_dir \\ compat\\ vcbuild\\ GEN.PKGS\\ $1 .$2 \\ build\\ native\\ $1 .targets" ;
You can’t perform that action at this time.
0 commit comments