]> git.saurik.com Git - apple/icu.git/blame_incremental - icuSources/tools/genren/README
ICU-59180.0.1.tar.gz
[apple/icu.git] / icuSources / tools / genren / README
... / ...
CommitLineData
1Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html
2Copyright (c) 2002-2011, International Business Machines Corporation and others. All Rights Reserved.
3The genren.pl script is used to generate source/common/unicode/urename.h header file, which is needed for renaming the ICU exported names.
4
5This script is intended to be used on Linux, although it should work on any platform that has Perl and nm command. Makefile may need to be updated, it's not 100% portable.
6
7It also does not currently work well in an out-of-source situation.
8
9The following instructions are for Linux version.
10- urename.h file should be generated after implementation is complete for a release.
11- the version number for a release should be set according to the list in source/common/unicode/uvernum.h
12- In this [genren] directory, run
13
14 "make install-header"
15
16- urename.h will be updated in icu/source/common/unicode/urename.h **in your original source directory**
17- Eyeball the new file for errors
18
19- Other make targets here
20
21 clean - cleans out intermediate files
22 urename.h -just builds ./urename.h