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