summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-07-12 09:26:45 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-07-12 09:26:45 +0300
commit7143b4669a39b92b14469e342bafbd1224dc8624 (patch)
tree1bc3bec389b8f6dabc76a0873f23d737bd2ea63f /doc
parent77f4ff04d4408af0dcc0b55be184b61ea9daae72 (diff)
downloadbdwgc-7143b4669a39b92b14469e342bafbd1224dc8624.tar.gz
Fix Borland version in documentation to match that in BCC_MAKEFILE
* doc/README.win32: Rename "Borland 4.5" to "Borland C++ Builder". * doc/README.win32 (Borland Tools): Change version from 4.5 to 5.5.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.win32 b/doc/README.win32
index 3ff70007..6e772de7 100644
--- a/doc/README.win32
+++ b/doc/README.win32
@@ -1,6 +1,6 @@
The collector has at various times been compiled under Windows 95 & later, NT,
and XP, with the original Microsoft SDK, with Visual C++ 2.0, 4.0, and 6, with
-the GNU win32 tools, with Borland 4.5, with Watcom C, and recently
+the GNU win32 tools, with Borland C++ Builder, with Watcom C, and
with the Digital Mars compiler. It is likely that some of these have been
broken in the meantime. Patches are appreciated.
@@ -86,7 +86,7 @@ I expect that -a1 introduces major performance penalties on a
486 or Pentium.) Note that this changes structure layouts. (As a last
resort, gcconfig.h can be changed to allow 1 byte alignment. But
this has significant negative performance implications.)
-The Makefile is set up to assume Borland 4.5. If you have another
+The Makefile is set up to assume Borland 5.5. If you have another
version, change the line near the top.
Digital Mars compiler