diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:48:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:48:10 +0000 |
commit | 470b6c0eac47602c234f76ffa2f18feb94b562d9 (patch) | |
tree | 7e660767c58832d0e68ea14a08b706eb9e73101a /desktop/util/makefile.mk | |
parent | 812a5546a8a8aa5a6c33250a3d1c4d77197720c6 (diff) |
INTEGRATION: CWS internatiodel (1.61.18); FILE MERGED
2006/02/13 11:40:44 er 1.61.18.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'desktop/util/makefile.mk')
-rw-r--r-- | desktop/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 194446f8ab..338491adb3 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.61 $ +# $Revision: 1.62 $ # -# last change: $Author: hr $ $Date: 2006-01-24 15:20:38 $ +# last change: $Author: vg $ $Date: 2006-04-07 14:48:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -121,6 +121,7 @@ APP1STDLIBS= \ $(SVTOOLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(VOSLIB) \ @@ -175,6 +176,7 @@ APP5STDLIBS= \ $(SVTOOLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(VOSLIB) \ |