office-gobmx/icu
Tor Lillqvist 492cb2d85b Don't use pointless and obsolete switches when building ICU
Don't use the /machine:i386 switch. The defaults work fine: the 32-bit
linker will produce i386 executables, the 64-bit linker will produce
x64 ones.

Don't use the /Op compiler switch, it doesn't exist in MSVC 2008.
2011-01-22 03:42:25 +02:00
..
prj CWS-TOOLING: integrate CWS i18n42 2008-10-28 08:56:37 +00: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_0_1-src.patch Fix compilation of icu for VC++ 10 2010-10-20 19:18:33 +02:00
icu4c-aix.patch add aix build fixes 2010-10-13 14:34:03 +01:00
icuversion.mk 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
makefile.mk add aix build fixes 2010-10-13 14:34:03 +01:00
Readme INTEGRATION: CWS icuopt (1.1.2); FILE ADDED 2005-05-06 08:23:32 +00:00

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.