diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:05:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:05:07 +0000 |
commit | 5c604ee8675927f20de27d34f1bed35dc9573032 (patch) | |
tree | 3bacb2af9fe8e7b4612788c1254532ca50888476 /svtools/util | |
parent | 4ee0c11979abf1cbf8c5c228cea8deaaaa391ce2 (diff) |
INTEGRATION: CWS internatiodel (1.56.18); FILE MERGED
2006/02/10 19:32:10 er 1.56.18.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'svtools/util')
-rw-r--r-- | svtools/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/util/makefile.mk b/svtools/util/makefile.mk index 28bde2ca3c92..bedfa64028dd 100644 --- a/svtools/util/makefile.mk +++ b/svtools/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.57 $ +# $Revision: 1.58 $ # -# last change: $Author: rt $ $Date: 2006-03-08 13:58:39 $ +# last change: $Author: vg $ $Date: 2006-04-07 16:05:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -148,6 +148,7 @@ SHL1STDLIBS+= \ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(UCBHELPERLIB) \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ @@ -198,6 +199,7 @@ SHL2STDLIBS= \ $(VCLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(UCBHELPERLIB) \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ |