summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-08-01 17:47:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-08-01 17:47:21 +0000
commit7ad79e7c1403e0a723306164aa59613b089300ae (patch)
treec526af2fabad76e03b1f1ad6390760318fd88f90 /TAO
parent273886e2784ba563e4b712a0fdc7552fb4817b8b (diff)
downloadATCD-7ad79e7c1403e0a723306164aa59613b089300ae.tar.gz
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/TAO-INSTALL.html3
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e73d0bb5265..fe18c2be16e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Fri Aug 1 17:44:11 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * TAO-INSTALL.html:
+ Document that we first need to build TAO_IDL before we can
+ build TAO. Thanks to antred <NutJob at gmx dot net>
+ for reporting this.
+
Thu Jul 31 15:13:48 UTC 2008 Adam Mitz <mitza@ociweb.com>
* orbsvcs/ImplRepo_Service/Activator_Options.h:
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 0e94690770d..48d23fab5ca 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -415,7 +415,8 @@ project </a> file.</P>
tests and examples are set up to transparently use one or the
other.
<P>
- <LI>Load the solution <CODE>$TAO_ROOT\TAO.sln</CODE> and build the TAO
+ <LI>Load the solution <CODE>$TAO_ROOT\TAO.sln</CODE> and build first
+ the TAO_IDL compiler. After that build the TAO
library. This solution has almost all the projects under TAO
which can be built. Therefore please pick and choose projects
that you want to build.<P>