Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: icu46/source/tools/genren/README

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/tools/genren/Makefile ('k') | icu46/source/tools/genren/genren.pl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/tools/genren/README
===================================================================
--- icu46/source/tools/genren/README (revision 0)
+++ icu46/source/tools/genren/README (revision 0)
@@ -0,0 +1,22 @@
+Copyright (c) 2002-2010, International Business Machines Corporation and others. All Rights Reserved.
+The genren.pl script is used to generate source/common/unicode/urename.h header file, which is needed for renaming the ICU exported names.
+
+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.
+
+The following instructions are for Linux version.
+- urename.h file should be generated after implementation is complete for a release.
+- the version number for a release should be set according to the list in source/common/unicode/uvernum.h
+- In this [genren] directory, run
+
+ "make install-header"
+
+- urename.h will be updated in icu/source/common/unicode/urename.h **in your original source directory**
+- Eyeball the new file for errors - you can compare it to icu/source/common/unicode/urename.h.old
+- Another good way to check the file is a side by side diff. After the above 'make install-header':
+
+ diff --side-by-side urename.sort urename.old.sort | more
+
+- Other make targets here
+
+ clean - cleans out intermediate files
+ urename.h -just builds ./urename.h
« no previous file with comments | « icu46/source/tools/genren/Makefile ('k') | icu46/source/tools/genren/genren.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698