summaryrefslogtreecommitdiff
path: root/TAO/TAO-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2005-12-01 14:11:23 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2005-12-01 14:11:23 +0000
commitb9baf764a91bdb854c91c2e0e3441052c5653473 (patch)
tree0d02eda63ca2a0600d772e935ca90822a9d1db20 /TAO/TAO-INSTALL.html
parent82c6350e79e2533b4d6a9cc3b1832019b83552a3 (diff)
downloadATCD-b9baf764a91bdb854c91c2e0e3441052c5653473.tar.gz
ChangeLogTag:Thu Dec 1 08:07:23 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r--TAO/TAO-INSTALL.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index ac86d804dbb..859e3b58fad 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -211,18 +211,22 @@ href="../ACE-INSTALL.html#vxworks">$ACE_ROOT/ACE-INSTALL.html</a>.<p>
builds because different sites choose a different location for
their tools.
</P>
- <P>You can override the default values by adding two lines in your
+ <P>You can override the default values by adding several new lines in your
platform_macros.GNU file, as follows:
+<!-- Johnny/Martin, can you please check if the following ~10 lines are -->
+<!-- correct? -->
<PRE>
$ echo 'TAO_IDL := /your/path/tao_idl' \
+$ echo 'TAO_IDLFLAGS += -g /your/path/gperf' \
+$ echo 'TAO_IDL_DEP := /your/path/tao_idl$(EXEEXT)' \
>> platform_macros.GNU
-$ echo 'TAO_IDLFLAGS := -g /your/path/gperf' \
</PRE>
<P>You could even use:
<PRE>
$ echo 'TAO_IDL := tao_idl' \
+$ echo 'TAO_IDLFLAGS += -g gperf' \
+$ echo 'TAO_IDL_DEP := tao_idl$(EXEEXT)' \
>> platform_macros.GNU
-$ echo 'TAO_IDLFLAGS := -g gperf' \
</PRE>
if the tools are in your path.