diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-17 19:28:23 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-17 19:28:23 +0000 |
commit | 110c6090598b9a713604dfc0ead771084527fe57 (patch) | |
tree | 60a305bca8f97c49f5091997494b8647eafc93c7 /TAO/TAO-INSTALL.html | |
parent | 712e32acd0174d7ef23b7c77299fc4eec6e12628 (diff) | |
download | ATCD-110c6090598b9a713604dfc0ead771084527fe57.tar.gz |
Added instructions of the useage of CPP_LOCATION.
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r-- | TAO/TAO-INSTALL.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html index 4a15a512a86..757c4e3e88e 100644 --- a/TAO/TAO-INSTALL.html +++ b/TAO/TAO-INSTALL.html @@ -78,10 +78,12 @@ installation Before compiling <CODE>TAO_IDL</CODE> on NT, you may need to set the environment variable <CODE>CPP_PATH</CODE> to where CL.exe is -installed on your machine. By default, we set this variable to to +installed on your machine. By default, we set this variable to "C:/Program Files/DevStudio/VC/bin". Your location may vary, however. -Notice that if you forget to set this variable, you must rebuild -<CODE>TAO_IDL</CODE> after setting it. <P> +Notice that if you forget to set this variable before compiling +<CODE>TAO_IDL</CODE>, you can use <CODE>CPP_LOCATION</CODE> to specify +the absolute pathname to CL.exe. We set if to "C:/Program +Files/DevStudio/VC/bin/CL.exe" when we do use it.<P> <H4>Visual C++ 5.0</H4> |