ICU-957 Windows uses \ instead of /

X-SVN-Rev: 8442
This commit is contained in:
George Rhoten 2002-04-11 02:51:54 +00:00
parent 339c7bde32
commit 1897c6985e

View File

@ -781,12 +781,12 @@
value, unless you plan on testing ICU any further.</li>
<li>You are now able to develop applications with ICU by using the
libraries and tools in <i>&lt;ICU&gt;</i>/bin/. The headers are in
<i>&lt;ICU&gt;</i>/include/ and the link libraries in
<i>&lt;ICU&gt;</i>/lib/. To install the ICU runtime on a machine,
libraries and tools in <i>&lt;ICU&gt;</i>\bin\. The headers are in
<i>&lt;ICU&gt;</i>\include\ and the link libraries are in
<i>&lt;ICU&gt;</i>\lib\. To install the ICU runtime on a machine,
or ship it with your application, copy the needed components from
<i>&lt;ICU&gt;</i>/bin/</li> to a location on the system PATH or in
the application directory.
<i>&lt;ICU&gt;</i>\bin\</li> to a location on the system PATH or to
your application directory.
</ol>
<p><a name="HowToBuildWindowsCommandLine"><strong>Using MSDEV At The