diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-12-06 20:02:57 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-06 20:02:57 +0100 |
commit | 82a4d26e7f43f2088df560772e779df6c1caeae2 (patch) | |
tree | 94c67def6878d68a8f4f9522e7bee252cd04c478 /winbuild | |
parent | 2b0e09b0f98e0f67417652dd7f4afd59bf895326 (diff) | |
download | curl-82a4d26e7f43f2088df560772e779df6c1caeae2.tar.gz |
MakefileBuild: fix the static build
This is a left-over fix from commit b7e242de0e that Tom Wright
suggested.
Reported by: Ward Willats
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/MakefileBuild.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 3d915bfba..4ada965d4 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1999 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1999 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -101,7 +101,7 @@ SSL=dll !ELSEIF "$(WITH_SSL)"=="static" SSL_LIBS = libeay32.lib ssleay32.lib USE_SSL = true -SSL=dll +SSL=static !ENDIF !IFDEF USE_SSL |