diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:09:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:09:23 +0000 |
commit | df4448f6602eae8f7da46a2fa71c6de37249e923 (patch) | |
tree | b2fd51a05e0f87bb68a317c408e48e0ac6171cd7 /svx/util | |
parent | a3e4735d8a375c7a0ef93bad11b890da04c0f4b9 (diff) |
INTEGRATION: CWS internatiodel (1.45.242); FILE MERGED
2006/02/10 19:27:58 er 1.45.242.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index 1ba9f4fa7113..41507110604e 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.45 $ +# $Revision: 1.46 $ # -# last change: $Author: rt $ $Date: 2005-09-09 01:24:13 $ +# last change: $Author: vg $ $Date: 2006-04-07 14:09:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -114,6 +114,7 @@ SHL1STDLIBS= \ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(XMLSCRIPTLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ @@ -157,6 +158,7 @@ SHL2STDLIBS= \ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ |