home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _1e1e02198fbd98518ee540bf24e2b003 < prev    next >
Text File  |  2004-06-01  |  900b  |  23 lines

  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".
  23.