summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-30 14:57:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-30 14:57:49 +0000
commitea5f675be284a97cd7458a8b34dfaa3af8f34d04 (patch)
tree0af5155c6af5e746293b736947c256863f0a361c /ACE-INSTALL.html
parent426e75510e3fe28e2f4821749beae766f209ae65 (diff)
downloadATCD-ea5f675be284a97cd7458a8b34dfaa3af8f34d04.tar.gz
ChangeLogTag:Sat Sep 29 08:07:07 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 1f9e2f6aaa8..ffc53fc3faf 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1186,10 +1186,9 @@ need to do:<P>
<P><hr align=left width="50%"><P>
<H4><A NAME="win32">Building and Installing ACE on Win32</A></H4>
-If you are looking for instructions on building ACE with Borland
-C++Builder, go <A HREF="#borland">here</A>. Otherwise, if you are
-looking for instructions on building ACE with Mingw, go <A
-HREF="#mingw">here</A>. <P>
+Below are instructions for building ACE with <A
+HREF="#borland">Borland C++Builder</A>, <A HREF="#msvc">Microsoft
+Visual C++</A> and <A HREF="#mingw">Mingw</A>. <P>
First, if you are upgrading from an older release, clean up everything
and rebuild from scratch to ensure that everything is rebuilt
@@ -1297,6 +1296,10 @@ Dynamic\Release</CODE></BLOCKQUOTE><P> or the the batch file:<P>
sure the ACE bin directory (in this case ACE_ROOT\bin\Dynamic\Release)
is on the path before you try to run the tests.<p>
+<P><hr align=left width="50%"><P>
+<H4><A NAME="msvc">Building and Installing ACE on Win32 with
+Microsoft Visual C++</A></H4>
+
<EM>Note concerning MSVC 5.0 and Service Pack 3:</EM> There has been
confusion regarding MSVC 5 and its Service Pack 3. Some ACE users
have, in the past, had problems with SP3 that were not present in SP2.