office-gobmx/icu
2012-01-02 09:43:27 -06:00
..
prj Use --with-library-suffix=lo for Android to avoid clash with system ICU 2011-11-21 15:48:53 +02:00
createmak.cfg
createmak.pl Abandon attempt to use the debug CRT in a dbgutil build 2011-12-20 18:08:08 +02:00
CVE-2011-4599.patch Resolves: CVE-2011-4599 2011-12-12 12:44:34 +00:00
icu-mp.patch
icu4c-4_4_2-wchar_t.patch
icu4c-aix.patch
icu4c-android.patch Don't use any major version soname suffix for Android 2011-11-21 01:51:18 +02:00
icu4c-build.patch Don't consider newer Apple compilers having "universal" byte order 2011-09-28 11:41:17 +03:00
icu4c-escapespace.patch
icu4c-rpath.patch
icu4c-strict-c.patch Fix some icu cross-building problems. 2011-08-19 18:43:29 +02:00
icu4c-warnings.patch
icu4c.8320.freeserif.crash.patch
icuversion.mk oops use == not = in dmake conditional 2012-01-02 09:43:27 -06:00
makefile.mk Resolves: CVE-2011-4599 2011-12-12 12:44:34 +00: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.