office-gobmx/icu
2011-03-15 10:35:24 +01:00
..
prj Don't hardcode icu version in d.lst 2011-03-14 14:38:00 +01:00
createmak.cfg Don't use pointless and obsolete switches when building ICU 2011-01-22 03:42:25 +02:00
createmak.pl changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
icu4c-4_6-wchar_t.patch make apply on Linux where line endings matter 2011-03-14 16:26:14 +01:00
icu4c-aix.patch fix aix patch 2011-03-11 10:01:47 +00:00
icu4c-build.patch Oops 2011-03-14 13:46:37 +01:00
icu4c-warnings.patch WaE: silence new icu warnings 2011-03-11 14:43:36 +00:00
icu4c.8320.freeserif.crash.patch restore build of build patch that seem to still make sense 2011-03-11 09:03:27 +00:00
icuversion.mk Downgrade icu to 4.4.2 2011-03-15 10:35:24 +01:00
makefile.mk Downgrade icu to 4.4.2 2011-03-15 10:35:24 +01:00
Readme

This file describes the procedure of creating and maintaining makefiles.zip
# Obo's part

    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.