diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-12-30 13:48:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-12-30 13:48:34 +0000 |
commit | f9b766aeba91ed331e4c293edd97954b7ebdfce3 (patch) | |
tree | 72978ebb86983e0f8dd10260a6c4092b9d79050d /i18npool | |
parent | 386551b1fcd13fef876bcd85ae378b6470593a5f (diff) |
CWS-TOOLING: integrate CWS hr58
2008-12-29 16:47:08 +0100 hr r265821 : #i97331#: changes for compiling with SunStudio12 on Solaris 10 (x86)
2008-12-18 16:16:11 +0100 hr r265701 : #i97331#: revert to revision r265576
2008-12-18 16:00:41 +0100 hr r265699 : #i97331#: fix typo in last change
2008-12-17 18:16:18 +0100 hr r265653 : #i97331#: add comment
2008-12-17 18:11:11 +0100 hr r265652 : #i97331#: make -xc99=all again dependend on SYSBASEROOT being set
2008-12-17 01:54:23 +0100 hr r265576 : #i97331#: changes for compiling with SunStudio12 on Solaris 10 (Sparc)
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/collator/makefile.mk | 3 | ||||
-rw-r--r-- | i18npool/source/indexentry/makefile.mk | 3 | ||||
-rw-r--r-- | i18npool/util/makefile.mk | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/i18npool/source/collator/makefile.mk b/i18npool/source/collator/makefile.mk index a0151f97af3b..b1e2791f873b 100644 --- a/i18npool/source/collator/makefile.mk +++ b/i18npool/source/collator/makefile.mk @@ -61,7 +61,8 @@ DEPOBJFILES = $(APP1OBJS) APP1STDLIBS = $(SALLIB) \ $(ICUINLIB) \ - $(ICUUCLIB) + $(ICUUCLIB) \ + $(ICUDATALIB) # --- Targets ------------------------------------------------------ diff --git a/i18npool/source/indexentry/makefile.mk b/i18npool/source/indexentry/makefile.mk index 4f466f5fbee0..e10f05e920ed 100644 --- a/i18npool/source/indexentry/makefile.mk +++ b/i18npool/source/indexentry/makefile.mk @@ -60,7 +60,8 @@ APP1OBJS = $(DEPOBJFILES) APP1STDLIBS = $(SALLIB) \ $(ICUINLIB) \ - $(ICUUCLIB) + $(ICUUCLIB) \ + $(ICUDATALIB) # --- Targets ------------------------------------------------------ diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk index 80981ce753fc..582089a309e8 100644 --- a/i18npool/util/makefile.mk +++ b/i18npool/util/makefile.mk @@ -76,7 +76,8 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(SALLIB) \ $(ICUINLIB) \ - $(ICUUCLIB) + $(ICUUCLIB) \ + $(ICUDATALIB) # --- Targets ------------------------------------------------------------ |