Command-line Tools
To build ACE and TAO the Borland C++Builder command line
tools need to be on the path, however C++Builder 4 does not set this up for you
automatically. These tools are usually installed in
C:\Program Files\Borland\CBuilder4\bin. You can add this directory
to your path in the System Control Panel, or by executing the command:
set PATH=C:\Progra~1\Borland\CBuilder4\bin;%PATH%
Configuration Header File
Before building you must create a file in the directory
C:\ACE_wrappers\ace called config.h.
This file should contain the lines:
#include "ace/config-win32.h"
If building on Windows 95 (or 98), the file should contain the lines:
#define ACE_HAS_WINNT4 0
#include "ace/config-win32.h"