Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
resources/ | 23-Nov-2023 | - | 765 | 744 | ||
Readme.txt | D | 23-Nov-2023 | 775 | 34 | 24 | |
filterRB.pl | D | 23-Nov-2023 | 3.3 KiB | 120 | 87 | |
genindex.pl | D | 23-Nov-2023 | 2.2 KiB | 88 | 66 | |
genldml.cpp | D | 23-Nov-2023 | 120 KiB | 3,776 | 2,885 | |
genldml.dsp | D | 23-Nov-2023 | 4.7 KiB | 136 | 110 | |
genldml.dsw | D | 23-Nov-2023 | 508 | 30 | 19 | |
genldml.h | D | 23-Nov-2023 | 8.4 KiB | 293 | 149 | |
genldml.sln | D | 23-Nov-2023 | 882 | 22 | 21 | |
txt2ldml.pl | D | 23-Nov-2023 | 6.1 KiB | 225 | 148 |
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