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/util | |
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/util')
-rw-r--r-- | i18npool/util/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 ------------------------------------------------------------ |