summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/openssl/makefile.bcc
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/openssl/makefile.bcc')
-rw-r--r--auto/lib/openssl/makefile.bcc10
1 files changed, 8 insertions, 2 deletions
diff --git a/auto/lib/openssl/makefile.bcc b/auto/lib/openssl/makefile.bcc
index 3534b0ef8..679e7fe4a 100644
--- a/auto/lib/openssl/makefile.bcc
+++ b/auto/lib/openssl/makefile.bcc
@@ -2,11 +2,17 @@
# Copyright (C) Igor Sysoev
-ssleay32.lib:
+all:
cd $(OPENSSL)
- perl Configure BC-32 no-shared
+ perl Configure BC-32 no-shared --prefix=openssl -DNO_SYS_TYPES_H \
+ $(OPENSSL_OPT)
ms\do_nasm
$(MAKE) -f ms\bcb.mak
+ $(MAKE) -f ms\bcb.mak install
+
+ # Borland's make does not expand "[ch]" in
+ # copy "inc32\openssl\*.[ch]" "openssl\include\openssl"
+ copy inc32\openssl\*.h openssl\include\openssl