X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FMakefile.vc6;h=eec89c25cec7821df371f4bf470f39d6297d0932;hb=31368b6eac8092a307849518e912b4c475c0238a;hp=c8693afb9438ee26e7c6c6fd3d1c457fbad84a7b;hpb=ff9f0eb35d80c251e9a54162eae18f44349ae59d;p=platform%2Fupstream%2Fcurl.git diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index c8693af..eec89c2 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1999 - 2014, Daniel Stenberg, , et al. +# Copyright (C) 1999 - 2015, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -56,7 +56,7 @@ PROGRAM_NAME = curl.exe !IFNDEF OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8zc +OPENSSL_PATH = ../../openssl-1.0.2a !ENDIF !IFNDEF ZLIB_PATH @@ -77,7 +77,7 @@ MACHINE = X86 # If, for some reason the Windows SDK is installed but not installed # in the default location, you can specify WINDOWS_SDK_PATH. # It can be downloaded from: -# http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ +# https://msdn.microsoft.com/windows/bb980924.aspx # WINDOWS_SSPI = 1 @@ -95,7 +95,7 @@ ZLIB_LFLAGS = "/LIBPATH:$(ZLIB_PATH)" ZLIB_LIBS = zlib.lib ZLIB_IMP_LIBS = zdll.lib -SSL_CFLAGS = /DUSE_SSLEAY +SSL_CFLAGS = /DUSE_OPENSSL SSL_LFLAGS = /LIBPATH:"$(OPENSSL_PATH)/out32" SSL_IMP_LFLAGS = /LIBPATH:"$(OPENSSL_PATH)/out32dll" SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib