diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-03-02 19:06:39 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-03-02 19:06:39 +0000 |
commit | 1eb6be86b1b0fd1457eaee25b5500752435e681b (patch) | |
tree | d65a020f7eee8a0a15b1ebafe1595edb7290170e /cpp | |
parent | increasing wait timeout (diff) | |
download | ice-1eb6be86b1b0fd1457eaee25b5500752435e681b.tar.bz2 ice-1eb6be86b1b0fd1457eaee25b5500752435e681b.tar.xz ice-1eb6be86b1b0fd1457eaee25b5500752435e681b.zip |
revising STLport version
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.WINDOWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS index b5e1c44418c..52a86691aff 100644 --- a/cpp/INSTALL.WINDOWS +++ b/cpp/INSTALL.WINDOWS @@ -21,15 +21,15 @@ C++ compiler The following Microsoft Visual C++ compilers are supported: -- Visual C++ 6.0 SP5 with STLport 4.5 +- Visual C++ 6.0 SP5 with STLport 4.5 (or later) - Visual C++ .NET 2002 (aka VC 7.0) - Visual C++ .NET 2003 (aka VC 7.1) The STL (Standard Template Library) that is included with Visual C++ -6.0 is not supported! You must use STLport 4.5 with Visual C++ -6.0. You can download STLport 4.5 from: +6.0 is not supported! You must use STLport 4.5 (or later) with Visual +C++ 6.0. You can download STLport from: http://www.stlport.org/download.html |