Skip to content

Commit

Permalink
Document BCC64X environment variable
Browse files Browse the repository at this point in the history
    * ACE/ACE-INSTALL.html:
  • Loading branch information
jwillemsen committed Jul 2, 2024
1 parent ad3dd2c commit e1dafb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ACE/ACE-INSTALL.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -->
<html><head><!-- -->
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Building and Installing ACE and Its Auxiliary Libraries and Services</title>

Expand Down Expand Up @@ -679,9 +679,9 @@ <h3><a name="embarcadero">Building and Installing ACE on Windows with Embarcader
<code>set CODEGUARD=1</code><br>
<br>
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 <code>BCC32</code>, <code>BCC32C</code>, <code>BCC64</code>, and <code>BCC64X</code>.
<br>
<code>set BCC32=1</code><br>
<code>set BCC32=1</code><br><br>
You can then start the build with the command
<br><code>make -f Makefile.bmak all</code><br>
<br>
Expand Down

0 comments on commit e1dafb2

Please sign in to comment.