[Expat-checkins] expat/bcb5 ReadMe.txt,NONE,1.1

kwaclaw@users.sourceforge.net kwaclaw@users.sourceforge.net
Sat Jul 27 10:49:02 2002


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

Added Files:
	ReadMe.txt 
Log Message:
Added ReadMe file for using the free BCC32 command line compiler.

--- NEW FILE: ReadMe.txt ---

             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):

1) Add "C:\Borland\BCC55\BIN" to your path
2) Set the environment variable BCB to "C:\Borland\BCC55".
3) edit makefile.mak: enable or comment out the appropriate commands
   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".