1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
resources Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Readme.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
filterRB.pl Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
genindex.pl Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
genldml.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
genldml.dsp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
genldml.dsw Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
genldml.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
genldml.sln Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
txt2ldml.pl Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

Readme.txt

//*
//*******************************************************************************
//*
//*   Copyright (C) 2003, International Business Machines
//*   Corporation and others.  All Rights Reserved.
//*
//*******************************************************************************
//*   file name:  Readme.txt
//*  


			REAME


Pre-requisities
===============
o ICU 2.4 build
o VC++ 6 with Service Pack 2


Building gendlml
================
o Open a command window

o enter the following commands
c:\>  set ICU_ROOT=<absolute path to ICU directory>
c:\>  set PATH=%PATH%;<absolute path to ICU directory>\bin

o Launch Microsoft Development studio from the command window so that it inherits the environment
c:\> msdev

o Open genldml.dsw

o Select Build > Rebuild All