diff options
author | Michi Henning <michi@zeroc.com> | 2005-08-15 04:47:24 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-08-15 04:47:24 +0000 |
commit | 7ecb23076cbbd4f207d7254b47af19cf94e906c6 (patch) | |
tree | 859e8b55ccf76ec86e38dc81a600fb1a4f3976d5 /cppe | |
parent | fix compilation error. (diff) | |
download | ice-7ecb23076cbbd4f207d7254b47af19cf94e906c6.tar.bz2 ice-7ecb23076cbbd4f207d7254b47af19cf94e906c6.tar.xz ice-7ecb23076cbbd4f207d7254b47af19cf94e906c6.zip |
Fixed two typos.
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/INSTALL.WINCE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/INSTALL.WINCE b/cppe/INSTALL.WINCE index ce73358d9f1..ab0f515af78 100644 --- a/cppe/INSTALL.WINCE +++ b/cppe/INSTALL.WINCE @@ -27,7 +27,7 @@ The following Microsoft Visual C++ compilers & SDKs are supported: - Microsoft Smartphone 2003 SDK -- The Pocket PC 2003 Run-time Type Information library +- The Pocket PC 2003 Run-Time Type Information library The STL (Standard Template Library) that is included with Microsoft eMbedded Visual C++ 4.0 is not supported. You must use STLport with @@ -172,7 +172,7 @@ project configuration using Build/Set Active Configuration. Then select Build/Build <project>. This will build the project and copy the result to the appropriate device. -In order to run the test suite you must first build each of the tests, +In order to run the test suite, you must first build each of the tests, and then manually run the server followed by the client. Any failures will be reported. |