1 //* 2 //******************************************************************************* 3 //* 4 //* Copyright (C) 2003, International Business Machines 5 //* Corporation and others. All Rights Reserved. 6 //* 7 //******************************************************************************* 8 //* file name: Readme.txt 9 //* 10 11 12 REAME 13 14 15 Pre-requisities 16 =============== 17 o ICU 2.4 build 18 o VC++ 6 with Service Pack 2 19 20 21 Building gendlml 22 ================ 23 o Open a command window 24 25 o enter the following commands 26 c:\> set ICU_ROOT=<absolute path to ICU directory> 27 c:\> set PATH=%PATH%;<absolute path to ICU directory>\bin 28 29 o Launch Microsoft Development studio from the command window so that it inherits the environment 30 c:\> msdev 31 32 o Open genldml.dsw 33 34 o Select Build > Rebuild All