home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / VCL_Source / Source / RTL / readme < prev    next >
Text File  |  2000-02-01  |  3KB  |  91 lines

  1.           WELCOME TO BORLAND C++BUILDER RUNTIME LIBRARY SOURCE 10.0
  2.           ---------------------------------------------------------
  3.  
  4.   This README contains information on support for the Borland C++Builder 5.0
  5.   Runtime Library source code.
  6.  
  7.   BUILDING THE RTL
  8.   ----------------
  9.  
  10.   IMPORTANT:  In order to build the libraries, the RTL tools directory
  11.   must be present on your path.  These tools are located in the tools
  12.   subdirectory of the directory where the source was copied.  For
  13.   example, if you have copied the RTL source tree into
  14.  
  15.        C:\Program Files\Borland\CBuilder\SOURCE\RTL
  16.   then
  17.        C:\PROGRA~1\Borland\CBuilder\SOURCE\RTL\TOOLS
  18.  
  19.   must be added to your path.
  20.  
  21.   If the RTL was not copied into the C++Builder installation area in the
  22.   SOURCE subdirectory, you will need to set the RTLROOT environment variable
  23.   to point to the location of the RTL source files. For example, if the
  24.   compiler was installed in
  25.  
  26.      C:\Program Files\Borland\CBuilder
  27.  
  28.   and the RTL tree was copied to
  29.  
  30.      D:\RTLSOURCE
  31.  
  32.   then you must set the RTLROOT environment variable as follows:
  33.  
  34.      SET RTLROOT=D:\RTLSOURCE
  35.  
  36.   To build the RTL, change to the directory into which the source was copied
  37.   and run the BUILD.BAT file.  For example:
  38.  
  39.     c:\> cd C:\Program Files\Borland\CBuilder\SOURCE\RTL
  40.  
  41.     c:\Program Files\Borland\CBuilder\source\rtl\> BUILD
  42.  
  43.   Once the RTL has been built, the new .OBJ, .LIB, .DLL, & .TDS files will
  44.   be located in the SOURCE\RTL\LIB directory.  You should copy all the *.OBJ
  45.   & *.LIB files to your main CBuilder\Lib directory and copy the *.DLL &
  46.   *.TDS files to your main CBuilder\Bin directory.
  47.  
  48.  
  49.   DEBUGGING INFORMATION
  50.   ---------------------
  51.  
  52.   To build the RTL with debug info enabled, set the environment variable
  53.   DEBUG=1, then proceed with the build as normal.
  54.  
  55.   Keep in mind that the build process really preforms a "make" re-compiling
  56.   only the OBJs that are out of date.  If you've built copies of the RTL
  57.   previously, then in order to get a complete re-build of the RTL you should
  58.   delete all files and subdirs in RTL\OBJ\WIN32 and RTL\LIB and then re-copy
  59.   those dirs and subdirs from the CD-ROM.
  60.  
  61.   Alternatively, you can set the environment variable
  62.   RTL_FORCE_FULL_REBUILD=1 then proceed with the build as normal.
  63.  
  64.  
  65.   RUNTIME LIBRARY SUPPORT
  66.   -----------------------
  67.  
  68.   The Borland C++Builder Runtime Library source code is provided for your
  69.   use and modification.
  70.  
  71.   IMPORTANT: Borland will only provide technical support for the RTL as it
  72.   was shipped.  This means that if you use the source code to re-build the
  73.   RTL, even if you have not modified the source, then no technical support
  74.   is availible from Borland.  Essentially, the RTL sources are provided "as
  75.   is" and you are on your own.
  76.  
  77.   If you find what you think is a genuine problem in the source code,
  78.   we want to hear about it. Technical Support is available from the
  79.   following sources:
  80.  
  81.   1. Internet: http://www.borland.com
  82.  
  83.   2. Borland's TECHFAX service. Call (800) 822-4269 for a FAX
  84.      catalog of technical document entries.
  85.  
  86.   3. For immediate assistance with everything from configuring Borland
  87.      C++Builder to programming or debugging, call our C++Builder
  88.      Programmer's Advisor Lines at: 1-888-683-2378 (MC/Visa)
  89.  
  90.  
  91.