xml/xmlexpatparser/src/expat-1.95.5/bcb5/ReadMe.txt
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 
       
     2                    Using a Borland compiler product
       
     3 
       
     4 The files in this directory support using both the free Borland
       
     5 command-line compiler tools and the Borland C++ Builder IDE.  The
       
     6 project files have been tested with both versions 5 and 6 of the C++
       
     7 Builder product.
       
     8 
       
     9              Using the free BCC32 command line compiler
       
    10 
       
    11 After downloading and installing the free C++ Builder commandline
       
    12 version, perform the following steps (assuming it was installed under
       
    13 C:\Borland\BCC55):
       
    14 
       
    15 1) Add "C:\Borland\BCC55\BIN" to your path
       
    16 2) Set the environment variable BCB to "C:\Borland\BCC55".
       
    17 3) edit makefile.mak: enable or comment out the appropriate commands
       
    18    under clean & distclean, depending on whether your OS can use
       
    19    deltree /y or del /s/f/q.
       
    20 
       
    21 After that, you should simply cd to the bcb5 directory in your Expat
       
    22 directory tree (same structure as CVS) and run "make all".