Name Date Size #Lines LOC

..--

resources/H25-Apr-2025-765744

Readme.txtH A D25-Apr-2025775 3424

filterRB.plH A D25-Apr-20253.3 KiB12087

genindex.plH A D25-Apr-20252.2 KiB8866

genldml.cppH A D25-Apr-2025120 KiB3,7762,885

genldml.dspH A D25-Apr-20254.7 KiB136110

genldml.dswH A D25-Apr-2025508 3019

genldml.hH A D25-Apr-20258.4 KiB293149

genldml.slnH A D25-Apr-2025882 2221

txt2ldml.plH A D25-Apr-20256.1 KiB225148

Readme.txt

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
15Pre-requisities
16===============
17o ICU 2.4 build
18o VC++ 6 with Service Pack 2
19
20
21Building gendlml
22================
23o Open a command window
24
25o enter the following commands
26c:\>  set ICU_ROOT=<absolute path to ICU directory>
27c:\>  set PATH=%PATH%;<absolute path to ICU directory>\bin
28
29o Launch Microsoft Development studio from the command window so that it inherits the environment
30c:\> msdev
31
32o Open genldml.dsw
33
34o Select Build > Rebuild All