Name Date Size #Lines LOC

..01-May-2024-

prj/H18-Oct-2019-

ReadmeH A D18-Oct-2019887 53

createmak.cfgH A D18-Oct-201913.3 KiB453329

createmak.plH A D18-Oct-201936.3 KiB1,106849

createmakWin64.cfgH A D18-Oct-201913.3 KiB453329

icu-format-security.patchH A D18-Oct-2019528 1312

icu-mp.patchH A D18-Oct-20191.3 KiB2523

icu-win-layoutex.patchH A D18-Oct-2019658 1110

icu4c-4_0_1-src.patchH A D18-Oct-201913.5 KiB320285

icuversion.mkH A D18-Oct-20191,005 303

makefile.mkH A D17-Nov-20199.9 KiB284161

Readme

1This file describes the procedure of creating and maintaining makefiles.zip
2# Obo's part
3
4    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.
5