diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:03:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:03:26 +0000 |
commit | b607e94d8f2cb328f9db4d87d03c9be71e52aa48 (patch) | |
tree | a5cdc305b6b9d76b9a39574d678b1a4ef1364621 /sd/util/makefile.mk | |
parent | 5ec45083811da4dec289e1f18aacead87ed09d74 (diff) |
INTEGRATION: CWS internatiodel (1.42.10); FILE MERGED
2006/02/10 19:30:26 er 1.42.10.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sd/util/makefile.mk')
-rw-r--r-- | sd/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index a8ec6dcce1e5..df78debe20e1 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.42 $ +# $Revision: 1.43 $ # -# last change: $Author: rt $ $Date: 2006-01-10 14:39:58 $ +# last change: $Author: vg $ $Date: 2006-04-07 15:03:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -87,6 +87,7 @@ SHL1STDLIBS+= \ $(CANVASTOOLSLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ @@ -208,6 +209,7 @@ SHL4STDLIBS= \ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ |