diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-17 21:54:38 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-17 21:54:38 +0000 |
commit | d0ccd08c9495d8f88a66c0199a6c3071924d6000 (patch) | |
tree | 2f4d47ebec15a1059091a355817812d40261c121 /TAO/TAO-INSTALL.html | |
parent | dd40560039ee459db37df18d7947b0d6f29f7e55 (diff) | |
download | ATCD-d0ccd08c9495d8f88a66c0199a6c3071924d6000.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.html | 16 |
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 "CL.EXE". 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 |