diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-01-23 15:49:11 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-01-23 15:49:11 +0100 |
commit | 513c549e5fbb45d992691ce55a91b73dafc06c6a (patch) | |
tree | 27f52f18afe9fda215fad3f3994d8cb8d283ad14 /cpp | |
parent | Updated copyright (diff) | |
download | ice-513c549e5fbb45d992691ce55a91b73dafc06c6a.tar.bz2 ice-513c549e5fbb45d992691ce55a91b73dafc06c6a.tar.xz ice-513c549e5fbb45d992691ce55a91b73dafc06c6a.zip |
Minor fix for bug 2603
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.WINDOWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS index 4f34a1b32ac..f39818cc84a 100644 --- a/cpp/INSTALL.WINDOWS +++ b/cpp/INSTALL.WINDOWS @@ -86,7 +86,7 @@ Visual C++ 6.0 Setup -------------------- Users of Visual C++ 6.0 need to install the February 2003 Microsoft -Platform SDK: +Platform SDK to compile Ice: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm @@ -101,6 +101,9 @@ build environment to ensure that the Platform SDK include directory appears before the VC60 include directories in the INCLUDE environment variable. +This Platform SDK is only required to compile Ice and is not necessary +to build applications using Ice. + NMAKE and Message Compiler (MC.EXE) ----------------------------------- |