diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html index 185fe6d9d5235..17a2ca5b2db02 100644 --- a/ACE/ACE-INSTALL.html +++ b/ACE/ACE-INSTALL.html @@ -675,15 +675,10 @@

Building and Installing ACE on Windows with Embarcader Codeguard support. Should only be used when DEBUG is also set
set CODEGUARD=1

- By default we are using the clang based compilers. At the moment you - want to compile using the old bcc32 compiler set the CLASIC environment variable
- set CLASSIC=1
-
- Set the environment variable below to build a version of ACE optimized - for a certain CPU. For this there are special compiler flags - (-3/-4/-5/-6), see the Embarcadero help for more info.
- set CPU_FLAG=-6
+ Set one of the following environment variable to 1 to select which Embarcadero + C++ compiler has to be used. Valid environment variables are BCC32, BCC32C, and BCC64.
+ set BCC32=1
You can then start the build with the command
make -f Makefile.bmak all