diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-03-01 21:54:35 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-03-01 21:54:35 +0000 |
commit | 245891e25bad273d94d5516c64d697e2a103f29b (patch) | |
tree | a0812ef8b57f59b1de8906ad1630afd0bcf16c69 /cpp/install | |
parent | Fixed bug #1865 (diff) | |
download | ice-245891e25bad273d94d5516c64d697e2a103f29b.tar.bz2 ice-245891e25bad273d94d5516c64d697e2a103f29b.tar.xz ice-245891e25bad273d94d5516c64d697e2a103f29b.zip |
Added Supported Windows versions section
Diffstat (limited to 'cpp/install')
-rwxr-xr-x | cpp/install/bcc/doc/README.txt | 5 | ||||
-rwxr-xr-x | cpp/install/vc60/doc/README.txt | 5 | ||||
-rwxr-xr-x | cpp/install/vc71/doc/README.txt | 5 | ||||
-rwxr-xr-x | cpp/install/vc80/doc/README.txt | 7 | ||||
-rwxr-xr-x | cpp/install/vc80_x64/doc/README.txt | 6 |
5 files changed, 28 insertions, 0 deletions
diff --git a/cpp/install/bcc/doc/README.txt b/cpp/install/bcc/doc/README.txt index aeb0e19153e..5fcd6a2fafe 100755 --- a/cpp/install/bcc/doc/README.txt +++ b/cpp/install/bcc/doc/README.txt @@ -30,6 +30,11 @@ http://www.zeroc.com/download.html. See doc/README.html for information on the documentation included with
this distribution.
+Supported Windows versions
+--------------------------
+
+This distribution is supported on Windows XP with Service Pack 2.
+
Demos and documentation
-----------------------
diff --git a/cpp/install/vc60/doc/README.txt b/cpp/install/vc60/doc/README.txt index bc1f05adc78..4c70c06f84c 100755 --- a/cpp/install/vc60/doc/README.txt +++ b/cpp/install/vc60/doc/README.txt @@ -43,6 +43,11 @@ the sample programs. See doc/README.html for information on the documentation included with
this distribution.
+Supported Windows versions
+--------------------------
+
+This distribution is supported on Windows XP with Service Pack 2.
+
Setting up Visual Studio 6.0 to build Ice applications in C++
-------------------------------------------------------------
diff --git a/cpp/install/vc71/doc/README.txt b/cpp/install/vc71/doc/README.txt index 9d332f1a920..1eabede119f 100755 --- a/cpp/install/vc71/doc/README.txt +++ b/cpp/install/vc71/doc/README.txt @@ -34,6 +34,11 @@ instructions for building and running the sample programs. See doc/README.html for information on the documentation included with
this distribution.
+Supported Windows versions
+--------------------------
+
+This distribution is supported on Windows XP with Service Pack 2.
+
Setting up Visual Studio .NET to build Ice applications in C++
--------------------------------------------------------------
diff --git a/cpp/install/vc80/doc/README.txt b/cpp/install/vc80/doc/README.txt index 1bff7a0df75..7bc45521387 100755 --- a/cpp/install/vc80/doc/README.txt +++ b/cpp/install/vc80/doc/README.txt @@ -46,6 +46,13 @@ the sample programs. See doc/README.html for information on the documentation included with
this distribution.
+Supported Windows versions
+--------------------------
+
+This distribution is supported on the following Windows versions:
+ - Windows XP with Service Pack 2 (x86)
+ - Windows Server 2003 Standard (x86)
+ - Windows Vista (x86)
Setting up Visual Studio 2005 to build Ice applications in C++
--------------------------------------------------------------
diff --git a/cpp/install/vc80_x64/doc/README.txt b/cpp/install/vc80_x64/doc/README.txt index 561160b4adf..2f1ec9e8c5a 100755 --- a/cpp/install/vc80_x64/doc/README.txt +++ b/cpp/install/vc80_x64/doc/README.txt @@ -34,6 +34,12 @@ instructions for building and running the sample programs. See doc/README.html for information on the documentation included with
this distribution.
+Supported Windows versions
+--------------------------
+
+This distribution is only supported on Windows Server 2003 x64
+Standard.
+
Setting up Visual Studio 2005 to build Ice applications in C++
--------------------------------------------------------------
|