[Expat-CVS] expat/bcb5 ReadMe.txt,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Tue Aug 20 14:31:07 2002


Update of /cvsroot/expat/expat/bcb5
In directory usw-pr-cvs1:/tmp/cvs-serv32624

Modified Files:
	ReadMe.txt 
Log Message:
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.


Index: ReadMe.txt
===================================================================
RCS file: /cvsroot/expat/expat/bcb5/ReadMe.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ReadMe.txt	27 Jul 2002 17:48:17 -0000	1.1
+++ ReadMe.txt	20 Aug 2002 21:30:43 -0000	1.2
@@ -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 @@
    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".