diff options
Diffstat (limited to 'ACE/ACE-INSTALL.html')
-rw-r--r-- | ACE/ACE-INSTALL.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html index 010bd6bec07..62a5e4bfd55 100644 --- a/ACE/ACE-INSTALL.html +++ b/ACE/ACE-INSTALL.html @@ -792,6 +792,10 @@ to check <a href="#win32nonic">here</a> first. <p> <br> <code>set ACE_ROOT=C:\ACE_wrappers</code><br> <br> + </li><li>Add ACE_wrappers\lib and ACE_wrappers\bin to the PATH environment variable:<br> + <br> + <code>set PATH=C:\ACE_wrappers\lib;C:\ACE_wrappers\bin;%PATH%</code><br> + <br> </li><li>Set the BCBVER environment varoable to the main version of your Borland C++ compiler. 6 is the value for Borland C++ Builder 6, 8 or 10 the value for Borland C++ Builder 2006, 11 is for CodeGear C++ Builder 2007, and 12 is for CodeGear C++ Builder |