summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-07 02:24:02 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-07 02:24:02 +0000
commitef4e484a6a9ead6e87d3a75966c97ea24b58934c (patch)
tree42e392cbabf0a00ba4af548e7c21a8ee9b8274ee
parente18c1231667c139f311015e59787dc0d0e100d8b (diff)
downloadATCD-ef4e484a6a9ead6e87d3a75966c97ea24b58934c.tar.gz
Added an extra note for those compiling the release versions of TAO and
ACE.
-rw-r--r--TAO/TAO-INSTALL.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 8f16b9ec7e9..4f066a3765b 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -149,9 +149,15 @@ files in the correct place.</P>
<LI>Make sure ACE is built (For Visual C++ 5.0, use ace.dsw or
ace-vc50.dsw, whichever is in your copy of ACE). <P>
- <LI>Make sure <CODE>ACE_wrappers\bin</CODE> is listed in the Executable
+ <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
- compiler under MSVC.<P>
+ compiler under MSVC. If you intend to also use the release version of the
+ libraries, also add <CODE>ACE_wrappers\bin\Release</CODE> to the directories.
+ <STRONG>Note:</STRONG> The order that these are listed is important. If your
+ main development is with the debug versions, make sure \bin is before
+ \bin\Release, otherwise put the \bin\Release first. Because the output names
+ for the release and debug versions of TAO_IDL are the same, extra care must be
+ taken when both versions are generated simulataneously. <P>
<LI>Load the workspace <CODE>tao\TAO.dsw</CODE> and build the TAO
library. <P>