office-gobmx/icu
Oliver Bolte 356c072a77 CWS-TOOLING: integrate CWS ooo31gsl2_DEV300
2009-02-18 16:57:37 +0100 hdu  r268244 : #i99367# force logical-width of diacritic glyphs to zero
2009-02-18 14:51:18 +0100 pl  r268224 : #i98525# correct popup menu position on right side in RTL UI
2009-02-18 13:17:20 +0100 pl  r268213 : #i99299# check for NULL ptr
2009-02-18 10:51:48 +0100 pl  r268204 : #i99167# revert change from issue 93173
2009-02-17 16:56:47 +0100 hdu  r268181 : #i99295# src-=debug
2009-02-17 16:43:40 +0100 hdu  r268180 : #i99295# retarget unresolved pLogCluster[n] to a glyph inside the cluster
2009-02-17 16:15:45 +0100 sj  r268178 : #i94831# fixed performance of table import, no longer looping
2009-02-17 13:19:00 +0100 hdu  r268165 : #i97304# reapplied SJ's fix for OOo31
2009-02-17 12:04:53 +0100 hdu  r267989 : #i99241# revert upstream change from icu-trac issue 6249
2009-02-16 18:35:07 +0100 pl  r267832 : #i99166# convolute the already convoluted RTL positioning code some more
2009-02-16 17:25:24 +0100 hdu  r267828 : #i99227# do not export the glyph-flags for the i97326-workaround
2009-02-13 16:26:10 +0100 pl  r267729 : #i98525# remove unused typeinfo header
2009-02-13 16:25:02 +0100 pl  r267728 : #i98525# fix scrolling and native menu issues in RTL UI
2009-02-13 11:18:37 +0100 pl  r267705 : #i98525# merge from CWS vcl99
2009-03-05 11:59:11 +00:00
..
prj CWS-TOOLING: integrate CWS i18n42 2008-10-28 08:56:37 +00:00
icu-4.0.patch CWS-TOOLING: integrate CWS ooo31gsl2_DEV300 2009-03-05 11:59:11 +00:00
icuversion.mk CWS-TOOLING: integrate CWS i18n42 2008-10-28 08:56:37 +00:00
makefile.mk CWS-TOOLING: integrate CWS ause099 2009-02-19 07:29:28 +00:00
makefiles.zip CWS-TOOLING: integrate CWS i18n42 2008-10-28 08:56:37 +00: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.