summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-24 09:04:34 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-24 09:04:34 +0000
commit258a83f84066d3900643c76abd87a93c77fc4cf6 (patch)
tree4df8b7c549918d7002ffef23eb3421883dfa648f /ACE-INSTALL.html
parent5b7df86752233c0034abcd2c6639169bf5747655 (diff)
downloadATCD-258a83f84066d3900643c76abd87a93c77fc4cf6.tar.gz
*** empty log message ***
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 51e415fd3e0..4ab6346e009 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -610,7 +610,13 @@ recommend using it. However, some people have used it successfully.<P>
<BR>
<CODE>#define ACE_HAS_STANDARD_CPP_LIBRARY 1</CODE><BR>
<BR>
- before the #include statement in ACE_ROOT\ace\config.h.<BR><BR>
+ before the #include statement in ACE_ROOT\ace\config.h.<BR>
+ If you are building for Windows CE, you need to add the line <BR>
+ <br>
+ <code>#define ACE_HAS_WINCE</code>
+ <br>
+ before including &lt;config-win32.h&gt;.
+
The default project files which build ACE library have various
configurations to build dynamic/static, with or without Unicode
support. Although we recommend using the dynamic library, if,