summaryrefslogtreecommitdiff
path: root/TAO/TAO-INSTALL.html
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-17 21:54:38 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-17 21:54:38 +0000
commita2e00f4b552327cfda71d048e3155d0cf596b2d3 (patch)
tree2f4d47ebec15a1059091a355817812d40261c121 /TAO/TAO-INSTALL.html
parentf34f550ffdba62876274cbc179a0616e52314f50 (diff)
downloadATCD-a2e00f4b552327cfda71d048e3155d0cf596b2d3.tar.gz
ChangeLogTag:Tue Aug 17 16:45:35 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r--TAO/TAO-INSTALL.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 8ff61a0accc..2447944c59e 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -182,12 +182,16 @@ target.<p>
<HR><P>
<H3>On Windows NT</H3>
-<P><CODE>TAO_IDL</CODE> on NT will look for the Microsoft Visual C++
-compiler as <CODE>"C:\Program Files\DevStudio\VC\bin\CL.EXE"</CODE>.
-If this compiler is located elsewhere (or if using a different
-compiler) add a variable <CODE>CPP_LOCATION</CODE> to your environment
-and set it to the compiler you want to use. This variable will
-override the default. </P>
+<P><CODE>TAO_IDL</CODE>, as of 5.02, will use the ACE_CC_COMPILER macro
+as the default compiler program on Win32. For example, when compiling
+<CODE>TAO_IDL</CODE> on MSVC, it will default to &quot;CL.EXE&quot;. In
+the setup where MSVC was installed and the compiler is in the path, no
+extra work needs to be done, since the default will work. But if the
+compiler isn't in the path, you will need to add the variable
+<CODE>CPP_LOCATION</CODE> to your environment and set it to the compiler
+you want to use (for example, with MSVC 5 installed in its default directory,
+CPP_LOCATION should be "C:\Program Files\DevStudio\VC\bin\CL.EXE").
+This variable will override the default. </P>
<P>Set <CODE>ACE_ROOT</CODE> environment variable as outlined in the <a
href="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html"> ACE