office-gobmx/icu
Jan Holesovsky 67f7622502 Fix some icu cross-building problems.
Still it does not finish, though; to be continued.
2011-08-19 18:43:29 +02:00
..
prj Let's try to do without the extra copy of icuin.lib as iicui18n.lib 2011-08-18 17:37:03 +03:00
createmak.cfg
createmak.pl
icu-mp.patch
icu4c-4_4_2-wchar_t.patch Make icu 4.4.2 build on Linux 2011-03-15 11:21:43 +01:00
icu4c-aix.patch
icu4c-build.patch Initial attempt at Android cross-compilation support 2011-06-11 17:50:36 +03:00
icu4c-escapespace.patch escape spaces in compiler name 2011-03-15 21:44:17 +00:00
icu4c-rpath.patch icu-4.2.1-rpath.diff: pass $ORIGIN correctly to icu RPATH 2011-03-29 17:59:06 +02:00
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 Downgrade icu to 4.4.2 2011-03-15 10:35:24 +01:00
makefile.mk Fix some icu cross-building problems. 2011-08-19 18:43:29 +02: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.