diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-05-26 14:14:26 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-05-26 14:14:26 +0000 |
commit | a1eb99ad85aeb4917dba51eb1c5496c25ba9e64a (patch) | |
tree | af992fd8945aeb7ab868879f3c4f712636315388 | |
parent | AMD batch request fix (diff) | |
download | ice-a1eb99ad85aeb4917dba51eb1c5496c25ba9e64a.tar.bz2 ice-a1eb99ad85aeb4917dba51eb1c5496c25ba9e64a.tar.xz ice-a1eb99ad85aeb4917dba51eb1c5496c25ba9e64a.zip |
minor edits
-rw-r--r-- | cpp/INSTALL.WINDOWS | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS index 7758f2424e4..a84702594e7 100644 --- a/cpp/INSTALL.WINDOWS +++ b/cpp/INSTALL.WINDOWS @@ -2,7 +2,6 @@ Requirements ====================================================================== - Windows version --------------- @@ -96,7 +95,6 @@ http://www.activestate.com Compilation and Testing ====================================================================== - Using your favorite Zip tool, unzip the Ice archive anywhere you like. Then start the Microsoft Visual C++ IDE. @@ -160,11 +158,12 @@ Installation Installation instructions for Visual Studio .NET 2002 and 2003 are provided in Ice-<version>\install\vc70\README and Ice-<version>\vc71\README. + No automatic installation support is provided for Visual C++ 6.0: you need to copy the contents of the bin, include, and lib directories -by hand. The include directory contains all Ice include files. The -lib directory all Ice libraries. And the bin directory all Ice -executables, as well as all DLLs. +by hand. The include directory contains all Ice include files, the +lib directory all Ice libraries, and the bin directory all Ice +executables and DLLs. After installation, make sure to add the include directory to the Visual C++ "Include files", the lib directory to the "Library files", |