ICU-5936 Clear up references to Visual C++

X-SVN-Rev: 22690
This commit is contained in:
George Rhoten 2007-09-16 16:46:44 +00:00
parent 20eb5d1d93
commit 50288faf9c

View file

@ -33,7 +33,7 @@
<abbr title="International Components for Unicode">ICU</abbr> 3.8
ReadMe</h1>
<p>Version: 2007 September 12<br />
<p>Version: 2007 September 16<br />
Copyright &copy; 1997-2007 International Business Machines Corporation and
others. All Rights Reserved.</p>
<!-- Remember that there is a copyright at the end too -->
@ -526,7 +526,7 @@
<tr>
<td>Windows XP</td>
<td>Microsoft Visual C++ .NET 2005 (8.0)</td>
<td>Microsoft Visual C++ 2005 (8.0)</td>
<td>Reference platform</td>
</tr>
@ -599,7 +599,7 @@
<tr>
<td>Windows 2000 with Cygwin</td>
<td>Microsoft Visual C++ .NET 2003 (7.1)</td>
<td>Microsoft Visual C++ 2003 (7.1)</td>
<td>Regularly tested</td>
</tr>
@ -607,7 +607,7 @@
<tr>
<td>Windows Vista x86</td>
<td>Microsoft Visual C++ .NET 2005 (8.0)</td>
<td>Microsoft Visual C++ 2005 (8.0)</td>
<td>Regularly tested</td>
</tr>
@ -663,7 +663,7 @@
<tr>
<td>Windows Vista x64</td>
<td>Microsoft Visual C++ .NET 2005 (8.0)</td>
<td>Microsoft Visual C++ 2005 (8.0)</td>
<td>Rarely tested</td>
</tr>
@ -761,7 +761,7 @@
<ul>
<li>Microsoft Windows 2000 or above</li>
<li>Microsoft Visual C++ 2003</li>
<li>Microsoft Visual C++ 2005</li>
<li><a href="#HowToBuildCygwin">Cygwin</a> is required when other versions
of Microsoft Visual C++ and other compilers are used to build ICU.</li>
@ -779,7 +779,7 @@
not work without the location of the ICU DLL files in the path.</li>
<li>Open the "<i>&lt;ICU&gt;</i>\source\allinone\allinone.sln" workspace
file in Microsoft Visual Studio .NET 2003. (This solution includes all the
file in Microsoft Visual Studio 2003. (This solution includes all the
International Components for Unicode libraries, necessary ICU building
tools, and the test suite projects). Please see the <a href=
"#HowToBuildWindowsCommandLine">command line note below</a> if you want to