X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=winbuild%2FMakefileBuild.vc;h=985c1bcc2927fe1eb4ea28e7f42708572e0a42b6;hb=7a9f915fa6be8c8955ff2c59169538a4d0349080;hp=28d40baa0c9d6907cdc31a9e26febd98e1d2c447;hpb=2bc9d6bb53df44a0c5174767de734620c2cdfd9e;p=platform%2Fupstream%2Fcurl.git diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 28d40ba..985c1bc 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1999 - 2015, Daniel Stenberg, , et al. +# Copyright (C) 1999 - 2014, 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 @@ -22,7 +22,7 @@ ########################################################################### # -# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10, 11, 12 and 14 +# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10, 11 and 12 # # Usage: see usage message below # Should be invoked from winbuild directory @@ -118,7 +118,7 @@ SSL = static !ENDIF !IFDEF USE_SSL -SSL_CFLAGS = /DUSE_OPENSSL /I"$(DEVEL_INCLUDE)/openssl" +SSL_CFLAGS = /DUSE_SSLEAY /I"$(DEVEL_INCLUDE)/openssl" !ENDIF !IF "$(WITH_CARES)"=="dll"