Skip to content

Commit

Permalink
Remove BCC32, that compiler doesn't support C++17
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 85da8c9 commit 6d2c85b
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 <code>BCC32</code>, <code>BCC32C</code>, <code>BCC64</code>, and <code>BCC64X</code>.
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><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 6d2c85b

Please sign in to comment.