summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-02-17 15:32:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-02-17 15:32:22 +0000
commit7d55f769fd932c8c5d9602060a47d5fe99817b9d (patch)
tree374bc4f15c4575cce3193fa7adcbf94f35896a31
parent2d36ca7da9fbec12b1c3ff6003c2701270020422 (diff)
downloadATCD-7d55f769fd932c8c5d9602060a47d5fe99817b9d.tar.gz
ChangeloTag: Fri Feb 17 13:53:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/TAO-INSTALL.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index a9f0c45fff5..29d2b6385d5 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -32,7 +32,7 @@ to run TAO on:<P>
<tr valign=top>
<td><b>Fully supported, i.e., continually tested and used daily</b></td>
<td>Solaris 7, 8 and 9, Windows 2000/XP (6.x, and 7.1 and
- Borland C++ Builder 6), and Linux/Intel (Redhat,
+ Borland C++ Builder 6/2006), and Linux/Intel (Redhat,
Debian and SuSe), Linux/Alpha (SuSe), VxWorks 5.5.1
</td>
</tr>
@@ -140,7 +140,7 @@ bundle as a single piece instead of trying to mix and match things up.<P>
the right places (4) Delete all the GNUmakefiles (or dsp and
dsw file as the case may be) from the TAO distrbution using
the 'find' command. (5) Change directory to $TAO_ROOT. (6)
- Run MPC like this, $ACE_ROOT/bin/mwc.pl TAOACE.mwc. (7) Run
+ Run MPC like this, $ACE_ROOT/bin/mwc.pl TAO_ACE.mwc. (7) Run
'make'. This will create all the required libraries for TAO
and TAO orbsvcs. In step 6, use -type vc6 if you want to
generate VC6 project and workspace files for Win32. Please
@@ -412,7 +412,7 @@ make -f Makefile.bor
For more detailed information on building and using TAO with Borland's
C++ Builder environment, please see the <A
-HREF="http://www.tenermerx.com/tao_bcb/index.html">online</A> help
+HREF="http://www.tenermerx.com/programming/corba/tao_bcb/index.html">online</A> help
provided by <A HREF="mailto:chris@kohlhoff.com">Christopher
Kohlhoff</A>. <P>
@@ -531,12 +531,12 @@ quickly.
VC71 project and solution files.<p>
<LI> Build ACE+TAO together in one shot. To do that please issue
the following commands: <p>
- <CODE> $ACE_ROOT/bin/mwc.pl TAOACE.mwc </CODE> <p>
+ <CODE> $ACE_ROOT/bin/mwc.pl TAO_ACE.mwc </CODE> <p>
from <CODE>$TAO_ROOT</CODE>. This will generate GNUmakefiles for
ACE, gperf, and core ACE+TAO libraries. Issuing a
<CODE>'make'</CODE> from <CODE>$TAO_ROOT </CODE> will build all of
the above in one shot. You can use <CODE> -type vc6 </CODE> to
- generate VC6 project and workspace files. <CODE>TAOACE.dsw</CODE>
+ generate VC6 project and workspace files. <CODE>TAO_ACE.dsw</CODE>
can be used by users to build ACE+TAO from a single workspace
file. Users can use <CODE> -type vc71 </CODE> to generate the VC71
solutions files. <p>