Document the new way of building with Borland Builder.
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 15:07:27 +0000 (15:07 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 15:07:27 +0000 (15:07 +0000)
This concludes the changes from PR 123

INSTALL.W32

index d85d81b0fdd9050f511d3bc761595bb9e663204f..c62d7f75cbf8c60850bbf78a0a0197e4f2ab515c 100644 (file)
  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