diff options
author | Steve Huston <shuston@riverace.com> | 1998-07-31 16:17:18 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-07-31 16:17:18 +0000 |
commit | 7094e2f34fc2cac482c6ce947ce2d982c4b4bacb (patch) | |
tree | cd254114b410b60633c46da07c1d79597faa99f9 | |
parent | 4b7c81ed68667caf4c5be84f08e37a4c401fe597 (diff) | |
download | ATCD-7094e2f34fc2cac482c6ce947ce2d982c4b4bacb.tar.gz |
Removed the need to add global paths to MSVC 4.2.
-rw-r--r-- | ACE-INSTALL.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index b3095599652..67ffb398c20 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -669,10 +669,7 @@ the STL fixes. <CODE>#include "ace/config-win32.h"</CODE><BR> <BR> <LI> Now load up the project file for ACE (ACE_ROOT\ace\ACE_Library.mdp or - ACE_ROOT\ace\ace.dsw). If you are using MSVC 4.x, you will - need to add paths to your global settings. In - Tools|Options|Directories, add ACE_ROOT to your include path - and ACE_ROOT\ace to your library path. <BR><BR> + ACE_ROOT\ace\ace.dsw). <BR><BR> <LI> Each project will contain 8 different configurations. These are a mixture of Debug/Release, Unicode/non-Unicode, and Static/Dynamic library versions for both i386 and Alpha machines. |