The new stuff is for Borland Bulider 5, so document it appropriately
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 15:10:57 +0000 (15:10 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 15:10:57 +0000 (15:10 +0000)
INSTALL.W32

index c62d7f75cbf8c60850bbf78a0a0197e4f2ab515c..f7f21be7c3104be0277ffbf3c68255c83bcb9bb2 100644 (file)
  You can also build a static version of the library using the Makefile
  ms\nt.mak
 
  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
 
  * Configure for building with Borland Builder:
    > perl Configure BC-32
  * Build
    > make -f ms\bcb.mak
 
  * 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 
 
 
  * Setup PATH. First must be GNU make then bcb4/bin