summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-24 11:39:22 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-24 11:39:22 +0100
commit235e8ad07ddfcc8eaf5b381865a9cd10c45b8d0d (patch)
tree301236f1c30e8b7bdf26c20bf487e25de474eb90
parent858a63528d213eeec10de11660a770f7b7dc1bfd (diff)
downloadATCD-235e8ad07ddfcc8eaf5b381865a9cd10c45b8d0d.tar.gz
Updated some sections related to compilers supported
-rw-r--r--ACE/ACE-INSTALL.html13
-rw-r--r--TAO/TAO-INSTALL.html10
2 files changed, 9 insertions, 14 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index c05056712f4..13bcad42f95 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -466,7 +466,7 @@ State Perl</a> or <a href="http://strawberryperl.com">Strawberry Perl</a></p>
Microsoft Visual Studio</a></h3>
<p>ACE contains project files for
-Visual Studio 2015 (vc14), Visual Studio 2017 (vc141), and Visual Studio 2019 (vc142).
+Visual Studio 2017 (vc141), and Visual Studio 2019 (vc142).
Visual Studio 2015/2017/2019 use different file formats but the same file
suffixes (<code>.sln</code> and <code>.vcproj</code>). To support both
environments, ACE supplies files with different names for the different
@@ -483,11 +483,6 @@ a <code>.vcproj</code> suffix.</p>
</tr>
</thead><tbody>
<tr>
- <th>Visual Studio 2015</th>
- <td><i>name</i><code>_vc14</code>
- </td>
- </tr>
- <tr>
<th>Visual Studio 2017</th>
<td><i>name</i><code>_vs2017</code>
</td>
@@ -2697,7 +2692,7 @@ perl bin/mwc.pl -type vc71 -relative ACE_ROOT=C:/ace/ACE_wrappers -relative TAO
If you use the GNU GCC g++ compiler please note the following:
<ul>
- </p></li><li>ACE/TAO needs g++ 2.95.x or better. Older versions are not usable anymore<p>
+ </p></li><li>ACE/TAO needs g++ 4.8 or better. Older versions are not usable anymore<p>
</p></li><li>Make sure to update your gcc <code>config.status</code>
file. This file is produced when installing gcc; it specifies
@@ -2830,11 +2825,11 @@ core ACE and TAO libraries and executables is the following:
<pre><code>
C:> cd %TAO_ROOT%
-C:> %ACE_ROOT%\bin\mwc.pl -type vc71 TAO_ACE.mwc
+C:> %ACE_ROOT%\bin\mwc.pl -type vs2019 TAO_ACE.mwc
</pre></code>
<p>
-Replace vc71 with whatever project type you want to use. On Linux and
+Replace vs2019 with whatever project type you want to use. On Linux and
other UNIX platform use the gnuace type:
</p>
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index a13c716489f..e824ed9a42b 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -31,7 +31,7 @@ to run TAO on:<P>
<table width="100%" border=1>
<tr valign=top>
<td><b>Fully supported, i.e., continually tested and used daily</b></td>
- <td>Windows (Microsoft Visual C++ 7.1, 9.0, 10.0, 11.0, 12, 14.0, 14.1, and 14.2),
+ <td>Windows (Microsoft Visual Studio 2015, 2017, and 2019),
Linux/Intel (Redhat, Debian, and SuSe), Android
</td>
</tr>
@@ -148,8 +148,8 @@ bundle as a single piece instead of trying to mix and match things up.<P>
<LI>Run MPC like this, $ACE_ROOT/bin/mwc.pl TAO_ACE.mwc -type gnuace </LI>
<LI>Run
'make'.</LI> </OL></P><P> This will create all the required libraries for TAO
- and TAO orbsvcs. In step 6, use -type vc71 if you want to
- generate VC71 project and workspace files for Win32. Please
+ and TAO orbsvcs. In step 6, use -type vs2019 if you want to
+ generate Visual Studio 2019 project and workspace files for Win32. Please
see <A href="../MPC/docs/USAGE"> MPC USAGE </A> document for
details on how to generate build files for other compilers
and tools.</P>
@@ -390,7 +390,7 @@ Make sure that you first build <code>$TAO_ROOT\TAO_IDL</code> and then <code>
$TAO_ROOT\tao</code> because in order to compile the core TAO libraries
you need to have <code>TAO_IDL</code> compiled.
-<H4>Visual C++ 7.1 and newer</H4>
+<H4>Visual Studio 2015 and newer</H4>
<P>It works best if TAO is placed in ACE_wrappers so TAO ends up in
<CODE>ACE_wrappers\TAO</CODE> because the Visual Studio Project files
@@ -402,7 +402,7 @@ href="../bin/MakeProjectCreator/config/acedefaults.mpb"> this base
project </a> file.</P>
<OL>
- <LI>Make sure ACE is built (For Visual C++ 7.1, use ACE.sln). <P>
+ <LI>Make sure ACE is built (For Visual Studio 2015, use ACE.sln). <P>
<LI>First make sure <CODE>ACE_wrappers\bin</CODE> is listed in the Executable
Directories in Tools|Options. This is needed if using the TAO_IDL