From e1dafb26356fb94bcb0b7def1121de9c9da68dca Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 2 Jul 2024 09:11:09 +0200 Subject: [PATCH] Document BCC64X environment variable * ACE/ACE-INSTALL.html: --- ACE/ACE-INSTALL.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html index 7bed37506625e..6b16336f28c78 100644 --- a/ACE/ACE-INSTALL.html +++ b/ACE/ACE-INSTALL.html @@ -1,4 +1,4 @@ - + Building and Installing ACE and Its Auxiliary Libraries and Services @@ -679,9 +679,9 @@

Building and Installing ACE on Windows with Embarcader set CODEGUARD=1

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. + C++ compiler has to be used. Valid environment variables are BCC32, BCC32C, BCC64, and BCC64X.
- set BCC32=1
+ set BCC32=1

You can then start the build with the command
make -f Makefile.bmak all