summaryrefslogtreecommitdiff
path: root/icu/README
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-10 12:17:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-10 12:19:09 +0100
commit5386b7633d857ef100aa7022effd0678741fab97 (patch)
tree835e6c636d03509fdfda493f39011fd1d760a815 /icu/README
parent777bbda955407c56805de3a3f4e96b0c13be6570 (diff)
configure icu for windows via runConfigureICU Cygwin/MSVC
which should hopefully a) work b) unblock the upgrade path for icu Change-Id: Ic70a627f3135e53016a4f9cfdef3fc85d55ab3e4
Diffstat (limited to 'icu/README')
-rw-r--r--icu/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/icu/README b/icu/README
index 2864775c1345..484de1f41536 100644
--- a/icu/README
+++ b/icu/README
@@ -1,15 +1 @@
Library providing Unicode support, from [http://site.icu-project.org/].
-
-== Makefiles ==
-The procedure of creating and maintaining makefiles.zip
-
-The automatically generated makefiles are not necessarily optimal.
-The build is started from allinone/all directory, and the all.mak file is used
-to build the entire module through. Each subtarget in this file is going to be
-made recursively unless there is a switch RECURSE=0. If the switch is available,
-for each subtarget all its prerequisites should be made earlier than the subtarget itself.
-Therefore, you should order the ALL target's prerequisites so that they are going
-to be built in a consistent order. Unfortunately there's no automatic process for it,
-just prove the prerequisites for each subtarget and push them forward in target's ALL
-prerequisites list. The changes between generated & optimized all.mak can be seen when
-comparing the files from v1.5 & v1.6 of makefiles.zip.