X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/samples/uresb/readme.txt diff --git a/icuSources/samples/uresb/readme.txt b/icuSources/samples/uresb/readme.txt index a088452d..8ca2c8f0 100644 --- a/icuSources/samples/uresb/readme.txt +++ b/icuSources/samples/uresb/readme.txt @@ -1,4 +1,4 @@ -Copyright (c) 2001-2003 International Business Machines +Copyright (c) 2001-2010 International Business Machines Corporation and others. All Rights Reserved. uresb: Resource Bundle @@ -9,8 +9,8 @@ This sample demonstrates Files: uresb.c Main source file in C - uresb.dsw Windows MSVC workspace. Double-click this to get started. - uresb.dsp Windows MSVC project file + uresb.sln Windows MSVC workspace. Double-click this to get started. + uresb.vcproj Windows MSVC project file resources.dsp Windows project file for resources resources.mak Windows makefile for resources @@ -20,7 +20,7 @@ Files: To Build uresb on Windows 1. Install and build ICU - 2. In MSVC, open the workspace file icu\samples\uresb\uresb.dsw + 2. In MSVC, open the workspace file icu\samples\uresb\uresb.sln 3. Choose a Debug or Release build. 4. Build. @@ -33,6 +33,7 @@ To Run on Windows cd c:\icu\source\samples\uresb\debug 4. Run it (with a locale name, ex. english) uresb en + WARNING: The .txt files must be in the same directory as the executable, which is not the case by default on some systems. To Build on Unixes 1. Build ICU.