intl/icu/source/tools/genren/README

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 Copyright (c) 2002-2011, International Business Machines Corporation and others. All Rights Reserved.
     2 The genren.pl script is used to generate source/common/unicode/urename.h header file, which is needed for renaming the ICU exported names. 
     4 This 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 It also does not currently work well in an out-of-source situation.
     8 The following instructions are for Linux version.
     9 - urename.h file should be generated after implementation is complete for a release.
    10 - the version number for a release should be set according to the list in source/common/unicode/uvernum.h
    11 - In this [genren] directory, run 
    13     "make install-header"
    15 - urename.h will be updated in icu/source/common/unicode/urename.h  **in your original source directory**
    16 - Eyeball the new file for errors
    18 - Other make targets here
    20     clean      - cleans out intermediate files
    21     urename.h  -just builds ./urename.h 

mercurial