summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-21 11:29:17 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-21 11:29:17 +0000
commit31fe862b8068db7b9e55fd23403e2f3afd0f75e0 (patch)
tree3474462d5627da6951247a32e2b1038a8e76360a
parent13d98f5eaabb58cc0ff761d229949987f03e9938 (diff)
downloadATCD-31fe862b8068db7b9e55fd23403e2f3afd0f75e0.tar.gz
Mon Oct 21 11:03:06 UTC 2002 Don Hinton <dhinton@ieee.org>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/docs/compiler.html11
2 files changed, 12 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e133b2442d4..e2395bb7c0d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 21 11:03:06 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * docs/compiler.html: Updated tao_idl compiler option documentation
+ for the "-t", temporary directory, options.
+
Sun Oct 20 08:18:28 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/ImplRepo_Service/Makefile: Fixed a typo that broke the minimum builds.
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index de2ce76b276..b45bfaa2c7e 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -518,11 +518,14 @@ also receives other options that are specific to it. <P>
<tr><a name="t">
<td><tt>-t</tt></td>
- <td>Temporary directory to be used by the IDL compiler. Default :
- Resolve ACE_DEFAULT_TEMP_DIR_ENV. If it is not defined, choose
- /tmp/.
+ <td>Temporary directory to be used by the IDL compiler.
+ </td>
+ <td>Unix: use environment variable TEMPDIR if defined, else use /tmp/.
+ Windows 95/98/Me: use environment variable TMP or TEMP if defined
+ and directory exists, else use current directory. Windows NT/2000/XP:
+ use environment variable TMP or TEMP if defined, else use the
+ Windows directory.
</td>
- <td>&nbsp;</td>
</tr>
<tr><a name="Cw">