Borland

To rebuild the IBM® Rational® Rhapsody® framework for the Borland environment:

  1. Make sure the file <Borland_dir>\bin\Bcc32.cfg contains the following lines:
      -I<Borland_Dir>\include
      -L<Borland_Dir>\lib
  2. Make sure the file <Borland_dir>\bin\ilink32.cfg contains the following line:
      -L"<Borland_Dir>\lib"
  3. Set following environment variables:
      set BCROOT=<Borland_install>
      set PATH=%BCROOT%\Bin;%PATH%
  4. Navigate to the <Rational Rhapsody_install>\Share\Lang<lang> directory and execute the following command:
      make -f bc5build.mak
  5. If you are going to webify your model, add %BCROOT%\Bin to your system variables.

Feedback