summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 18:47:03 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 18:47:03 +0000
commit6122e920344687bf1a3c84177b1e39ce58c26ba9 (patch)
tree16b2793a4d704169377c6a726dc5aea3b6a955f9
parent081239e42a8c682ca9cb38ed94643954358b3c70 (diff)
downloadATCD-6122e920344687bf1a3c84177b1e39ce58c26ba9.tar.gz
ChangeLogTag:Wed Jul 28 13:44:15 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 10e75406803..6e869654611 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -984,6 +984,11 @@ for the pointer to the STL fixes.
<LI>Each project will contain 8 different configurations. These
are a mixture of Debug/Release, Unicode/non-Unicode, and
Static/Dynamic library versions for both i386 and Alpha machines.
+ Make sure you are building the one you'll use. All these
+ different configurations are provided for your convenience. You
+ can either adopt the scheme to build your applications with
+ different configurations, or use <code>ace/config.h</code> to
+ tweak with the default settings on NT.
<STRONG>Note:</STRONG> If you
use the dynamic libraries, make sure you include ACE_ROOT\bin
in your PATH whenever you run programs that use ACE.<BR><BR>