summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-19 12:27:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-19 12:27:17 +0000
commita1116e1be6fab4ea9107f094990705db6d656c0c (patch)
treeab8f9637f13186b970a0bbe4e51215b3d516e3e2 /ACE-INSTALL.html
parentea7bbc9ced8f090279ef8e15a95c8e9876793bc2 (diff)
downloadATCD-a1116e1be6fab4ea9107f094990705db6d656c0c.tar.gz
ChangeLogTag: Sat Jun 19 12:26:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 062a2cc576a..36ddaf193c5 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -454,7 +454,7 @@ global.features</A> file.
Digital UNIX after and include 4.0. And, with 4.0f and later when
using Digital CXX, you <strong>must</strong> use
<code>include/makeinclude/platform_tru64_cxx.GNU</code> instead of
- <code>include/makeinclude/platform_osf1_4.0.GNU</code>.
+ <code>include/makeinclude/platform_osf1_4.0.GNU</code>.</P>
<li><b> FreeBSD </b><p>
@@ -1366,16 +1366,16 @@ Microsoft Visual C++</A></H4>
<CODE>#include "ace/config-win32.h"</CODE><BR>
<BR>
- <LI> The static, DLL and MFC library builds are kept in
+ <LI>The static, DLL and MFC library builds are kept in
different workspaces. Files with names *_Static contain project
- files for static uilds. Workspaces for static and DLL builds will be
+ files for static builds. Workspaces for static and DLL builds will be
available through the stock release at DOC group's website. The
workspaces for MFC are not available and have to be generated using
- MPC. Please see <A HREF=MPC/README> MPC's README </A> for
- details. </LI> <BR>
- <LI>Now load the workspace file for ACE (ACE_ROOT/ACE.dsw). <BR>
+ MPC. Please see <A HREF=MPC/README>MPC's README</A> for
+ details.<BR>
+ <LI>Now load the workspace file for ACE (ACE_ROOT/ACE.dsw).<BR>
<BR>
- <LI> Make sure you are building the configuration (i.e, Debug/Reease)
+ <LI>Make sure you are building the configuration (i.e, Debug/Release)
the one you'll use (for example, the debug tests need the debug
version of ACE, and so on). All these different configurations are
provided for your convenience. You can either adopt the scheme to
@@ -2452,7 +2452,7 @@ make
<P><hr align=left width="50%"><P>
<H4><A NAME="win32svcs">Building and Installing ACE Network Services on Win32</A></H4>
-Once again, there are supplied project for MSVC 5.0 or later for
+Once again, there are supplied project for MSVC 6.0 or later for
the Network Services.<P>
<HR>