File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
contrib/buildsystems/Generators Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1212 <package id =" libssh2.redist" version =" 1.4.3.3" />
1313
1414 <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" />
1815 <package id =" openssl.v140.windesktop.msvcstl.dyn.rt-dyn" version =" 1.0.2.1" />
1916 <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" />
2117
2218 <package id =" zlib" version =" 1.2.8.8" />
23- <package id =" zlib.v120.windesktop.msvcstl.dyn.rt-dyn" version =" 1.2.8.8" />
2419 <package id =" zlib.v140.windesktop.msvcstl.dyn.rt-dyn" version =" 1.2.8.8" />
2520
2621</packages >
Original file line number Diff line number Diff line change @@ -163,6 +163,13 @@ sub createProject {
163163 } elsif ($needsCurl && $1 eq ' expat' ) {
164164 # libexpat is only available targeting v100 and v110
165165 $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" ;
166173 }
167174 next if ($1 =~ / ^(zlib$|openssl(?!.*(x64|x86)$) )/ );
168175 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