summaryrefslogtreecommitdiff
path: root/bcb5
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-08-20 21:30:43 +0000
committerfdrake <fdrake>2002-08-20 21:30:43 +0000
commitf5cee2d8b3c258d5b521556420b691878b0f686a (patch)
tree89f29ade2e3cbc62b4ccfb2ff83b9dbefda8b337 /bcb5
parent0ce19d4387d8c02bf363a54913537a4d1508d415 (diff)
downloadlibexpat-f5cee2d8b3c258d5b521556420b691878b0f686a.tar.gz
Add a note that the files in this directory have been tested with C++
Builder 5 and 6. Re-wrap some paragraphs to use the same line-width as other plain-text documentation files.
Diffstat (limited to 'bcb5')
-rw-r--r--bcb5/ReadMe.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/bcb5/ReadMe.txt b/bcb5/ReadMe.txt
index de1272a..6ee0e43 100644
--- a/bcb5/ReadMe.txt
+++ b/bcb5/ReadMe.txt
@@ -1,8 +1,16 @@
+ Using a Borland compiler product
+
+The files in this directory support using both the free Borland
+command-line compiler tools and the Borland C++ Builder IDE. The
+project files have been tested with both versions 5 and 6 of the C++
+Builder product.
+
Using the free BCC32 command line compiler
-After downloading and installing the free C++ Builder commandline version,
-perform the following steps (assuming it was installed under C:\Borland\BCC55):
+After downloading and installing the free C++ Builder commandline
+version, perform the following steps (assuming it was installed under
+C:\Borland\BCC55):
1) Add "C:\Borland\BCC55\BIN" to your path
2) Set the environment variable BCB to "C:\Borland\BCC55".
@@ -10,5 +18,5 @@ perform the following steps (assuming it was installed under C:\Borland\BCC55):
under clean & distclean, depending on whether your OS can use
deltree /y or del /s/f/q.
-After that, you should simply cd to the bcb5 directory in your
-Expat directory tree (same structure as CVS) and run "make all".
+After that, you should simply cd to the bcb5 directory in your Expat
+directory tree (same structure as CVS) and run "make all".