Skip to content

Commit

Permalink
Merge pull request #2250 from jwillemsen/jwi-bcc64xenv2
Browse files Browse the repository at this point in the history
Document BCC64X environment variable
  • Loading branch information
jwillemsen committed Jul 2, 2024
2 parents ad3dd2c + 6d2c85b commit a90d3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACE/ACE-INSTALL.html
Original file line number Diff line number Diff line change
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>BCC32C</code>, <code>BCC64</code>, and <code>BCC64X</code>.
<br>
<code>set BCC32=1</code><br>
<code>set BCC64X=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 a90d3d0

Please sign in to comment.