]> asedeno.scripts.mit.edu Git - git.git/blobdiff - compat/vcbuild/scripts/clink.pl
push: mention "git pull" in error message for non-fast forwards
[git.git] / compat / vcbuild / scripts / clink.pl
index f9528c0ea10db41f948e6d24b84125d2d54f6dda..4374771df202ed3c9d96439ec4695ccd55998167 100644 (file)
@@ -29,6 +29,10 @@ while (@ARGV) {
                push(@args, "zlib.lib");
        } elsif ("$arg" eq "-liconv") {
                push(@args, "iconv.lib");
+       } elsif ("$arg" eq "-lcrypto") {
+               push(@args, "libeay32.lib");
+       } elsif ("$arg" eq "-lssl") {
+               push(@args, "ssleay32.lib");
        } elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
                $arg =~ s/^-L/-LIBPATH:/;
                push(@args, $arg);