summaryrefslogtreecommitdiffstats
path: root/INSTALL.W32
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 15:07:27 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 15:07:27 +0000
commit60d160da2d8027530f117246ae353e3ece538fbd (patch)
tree6aa035adb7bb92b114931a050a94342352581f55 /INSTALL.W32
parent05086644c4afcd245ab3ef9be87a2750d7b01379 (diff)
Document the new way of building with Borland Builder.
This concludes the changes from PR 123
Diffstat (limited to 'INSTALL.W32')
-rw-r--r--INSTALL.W3215
1 files changed, 15 insertions, 0 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32
index d85d81b0fd..c62d7f75cb 100644
--- a/INSTALL.W32
+++ b/INSTALL.W32
@@ -97,6 +97,21 @@
Borland C++ builder 3 and 4
---------------------------
+ There are two alternatives. With Borland C++ Builder, Borland make and nasm,
+ you can build with optimized assembler by doing the following:
+
+ * Configure for building with Borland Builder:
+ > perl Configure BC-32
+
+ * Create the appropriate makefile
+ > ms\do_nasm
+
+ * Build
+ > make -f ms\bcb.mak
+
+ The other (older) alternative builds using GNU make and doesn't use the
+ optimized assembler code. You use it by doing the following:
+
* Setup PATH. First must be GNU make then bcb4/bin
* Run ms\bcb4.bat