diff options
author | Richard Levitte <levitte@openssl.org> | 2002-06-27 17:10:57 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-06-27 17:10:57 +0200 |
commit | ae689b6b2747d240175c12fd0042e0c59bce98fb (patch) | |
tree | 631e8cacc846349fdb15440e2bd62523120d3cd5 /INSTALL.W32 | |
parent | Document the new way of building with Borland Builder. (diff) | |
download | openssl-ae689b6b2747d240175c12fd0042e0c59bce98fb.tar.xz openssl-ae689b6b2747d240175c12fd0042e0c59bce98fb.zip |
The new stuff is for Borland Bulider 5, so document it appropriately
Diffstat (limited to 'INSTALL.W32')
-rw-r--r-- | INSTALL.W32 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32 index c62d7f75cb..f7f21be7c3 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -94,11 +94,8 @@ You can also build a static version of the library using the Makefile ms\nt.mak - 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: + Borland C++ builder 5 + --------------------- * Configure for building with Borland Builder: > perl Configure BC-32 @@ -109,8 +106,8 @@ * 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: + Borland C++ builder 3 and 4 + --------------------------- * Setup PATH. First must be GNU make then bcb4/bin |