From 5cd8c7cfadb7b94bdf56b5e44a41ececdb0c6e53 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 26 Jul 2024 11:45:03 +0200 Subject: [PATCH] Renamed UNICODE to ACE_UNICODE for bmake * ACE/ACE-INSTALL.html: --- ACE/ACE-INSTALL.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html index 66e9a9d48b83b..3c5eb10c4ab4d 100644 --- a/ACE/ACE-INSTALL.html +++ b/ACE/ACE-INSTALL.html @@ -672,7 +672,7 @@

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

Set the environment variable below to build a unicode version of ACE
- set UNICODE=1
+ set ACE_UNICODE=1

Set the environment variable below to build a version of ACE with Codeguard support. Should only be used when DEBUG is also set