MSVC8 compatibility with OpenSSL 1.0.0

This commit is contained in:
Igor Sysoev
2010-04-01 15:18:29 +00:00
parent 6bdcc58a9c
commit 502252d43a
4 changed files with 7 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ if [ $OPENSSL != NONE ]; then
# libeay32.lib requires gdi32.lib
CORE_LIBS="$CORE_LIBS gdi32.lib"
# OpenSSL 1.0.0 requires crypt32.lib
CORE_LIBS="$CORE_LIBS crypt32.lib"
;;
*)

View File

@@ -5,8 +5,7 @@
all:
cd $(OPENSSL)
perl Configure BC-32 no-shared --prefix=openssl -DNO_SYS_TYPES_H \
$(OPENSSL_OPT)
perl Configure BC-32 no-shared --prefix=openssl $(OPENSSL_OPT)
ms\do_nasm

View File

@@ -5,8 +5,7 @@
all:
cd $(OPENSSL)
perl Configure VC-WIN32 no-shared --prefix=openssl -DNO_SYS_TYPES_H \
$(OPENSSL_OPT)
perl Configure VC-WIN32 no-shared --prefix=openssl $(OPENSSL_OPT)
ms\do_ms